mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-20 23:21:10 +00:00
Mechs 3: Electric Boogaloo (#7486)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user