From 2e2aa36875f5e0834a09c8c707ad42648b3a7bba Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Wed, 22 Sep 2021 22:47:08 +0200 Subject: [PATCH] grab the ghost --- .../code/modules/reagents/chemistry/reagents/healing.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm index 013539fd66..7d4f35bf72 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm @@ -119,6 +119,7 @@ if(data["grown_volume"] > 135 && ((C.health + C.oxyloss)>=80)) var/tplus = world.time - M.timeofdeath if(C.can_revive(ignore_timelimit = TRUE, maximum_brute_dam = MAX_REVIVE_BRUTE_DAMAGE / 2, maximum_fire_dam = MAX_REVIVE_FIRE_DAMAGE / 2, ignore_heart = TRUE) && C.revive()) + C.grab_ghost() C.emote("gasp") borrowed_health *= 2 if(borrowed_health < 100)