Merge pull request #11410 from necromanceranne/harvesters_and_mechs
Ports tg#44633: Fixes blood beam oneshotting mech pilots.
This commit is contained in:
@@ -320,11 +320,7 @@
|
|||||||
clearInternalDamage(MECHA_INT_CONTROL_LOST)
|
clearInternalDamage(MECHA_INT_CONTROL_LOST)
|
||||||
|
|
||||||
/obj/mecha/narsie_act()
|
/obj/mecha/narsie_act()
|
||||||
if(occupant)
|
emp_act(EMP_HEAVY)
|
||||||
var/mob/living/L = occupant
|
|
||||||
go_out(TRUE)
|
|
||||||
if(L)
|
|
||||||
L.narsie_act()
|
|
||||||
|
|
||||||
/obj/mecha/ratvar_act()
|
/obj/mecha/ratvar_act()
|
||||||
if((GLOB.ratvar_awakens || GLOB.clockwork_gateway_activated) && occupant)
|
if((GLOB.ratvar_awakens || GLOB.clockwork_gateway_activated) && occupant)
|
||||||
|
|||||||
Reference in New Issue
Block a user