Update: CC - Before Render - Moorcow (a2ow5l92js.js) 74 bytes modified

beta.r3js.org
-=yb4f310 2017-11-24 16:10:16 +01:00
parent fb9156c0e1
commit 7646d5b480
1 changed files with 4 additions and 0 deletions

View File

@ -451,6 +451,10 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
if (enemy.isKanister) {
this.kanisters += 1;
if (this.kanisters > 9) {
this.kanisters = 9;
}
console.log('exploding kanister');
} else {