diff --git a/a2ow5l92js.js b/a2ow5l92js.js index a9cc02b..d4a0a3a 100644 --- a/a2ow5l92js.js +++ b/a2ow5l92js.js @@ -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 {