Merge pull request #11410 from necromanceranne/harvesters_and_mechs

Ports tg#44633: Fixes blood beam oneshotting mech pilots.
This commit is contained in:
Ghom
2020-03-12 00:28:03 +01:00
committed by GitHub

View File

@@ -320,11 +320,7 @@
clearInternalDamage(MECHA_INT_CONTROL_LOST)
/obj/mecha/narsie_act()
if(occupant)
var/mob/living/L = occupant
go_out(TRUE)
if(L)
L.narsie_act()
emp_act(EMP_HEAVY)
/obj/mecha/ratvar_act()
if((GLOB.ratvar_awakens || GLOB.clockwork_gateway_activated) && occupant)