mecha are no longer immune to goliath tentacles (#13172)

* Update goliath.dm

* Update goliath.dm

* Update goliath.dm
This commit is contained in:
silicons
2020-08-26 04:06:53 -07:00
committed by GitHub
parent 4f891a47ea
commit f611fee193
@@ -200,6 +200,8 @@
L.Stun(75)
L.adjustBruteLoss(rand(15,20)) // Less stun more harm
latched = TRUE
for(var/obj/mecha/M in loc)
M.take_damage(20, BRUTE, null, null, null, 25)
if(!latched)
retract()
else