Mechs 3: Electric Boogaloo (#7486)

This commit is contained in:
SueTheCake
2019-11-25 16:04:19 -06:00
committed by Werner
parent d4722d9ffb
commit 84794c6e65
162 changed files with 5568 additions and 10084 deletions

View File

@@ -115,10 +115,6 @@
else
src.take_damage(rand(1, 10) / fire_resist)
for(var/obj/mecha/M in range(src,"3x3"))
M.visible_message("<span class='danger'>The blob attacks \the [M]!</span>")
M.take_damage(rand(20,40))
hangry -= 1
if(hangry < 0)
hangry = 0