bug fixes

bremsstrahlung does extra damage to shields

bug fixes
This commit is contained in:
landgreen
2022-05-10 15:29:22 -07:00
parent 5938e06148
commit c65e163b6f
6 changed files with 40 additions and 28 deletions

View File

@@ -5572,6 +5572,7 @@ const spawn = {
me.shieldTargetID = target.id
target.isShielded = true;
target.shieldID = me.id
me.onDeath = function() {
//clear isShielded status from target
for (let i = 0, len = mob.length; i < len; i++) {