https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

FUCK YOU AND OYUR MERGE CONFLICTS

ROBlNET13 69ba3577 bd2d3947

+4 -1
+1 -1
game/images/Zombies/CX/v.html
··· 1 - 9d398e6020144fafe8499e9547ec35213a2c373d 1 + e22c2e0164a1c39f3538586a38d2ddcbb7b5bbce
+3
game/js/Cfunction.js
··· 149 149 var c; 150 150 var a = window; 151 151 e.LoadMusic ? (PlayMusic(e.LoadMusic), NewAudio({ source: "ChooseYourSeeds", loop: true })) : PlayMusic((e.LoadMusic = "ChooseYourSeeds")); 152 + e.LoadMusic 153 + ? (PlayMusic(e.LoadMusic, e.MusicEnabled), NewAudio({ source: "ChooseYourSeeds", loop: true })) 154 + : PlayMusic((e.LoadMusic = "ChooseYourSeeds")); 152 155 if (b !== d) { 153 156 for (c in b) { 154 157 a[c] !== d ? ((this.GlobalVariables[c] = a[c]), (a[c] = b[c])) : (this.LvlVariables[c] = a[c] = b[c]);