From 77940e85ffaffdd0fe1dd149c4a12e27efd44fe6 Mon Sep 17 00:00:00 2001 From: Azarak Date: Wed, 30 Dec 2020 23:30:46 +0100 Subject: [PATCH] bigger span on blackout policy (#2385) --- code/game/objects/items/defib.dm | 2 +- code/modules/surgery/revival.dm | 2 +- modular_skyrat/modules/cloning/code/game/machinery/cloning.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/defib.dm b/code/game/objects/items/defib.dm index 4f86030ee11..562cf2f4621 100644 --- a/code/game/objects/items/defib.dm +++ b/code/game/objects/items/defib.dm @@ -613,7 +613,7 @@ H.revive(full_heal = FALSE, admin_revive = FALSE) H.emote("gasp") H.Jitter(100) - to_chat(H, "[CONFIG_GET(string/blackoutpolicy)]") //SKYRAT EDIT ADDITION + to_chat(H, "[CONFIG_GET(string/blackoutpolicy)]") //SKYRAT EDIT ADDITION SEND_SIGNAL(H, COMSIG_LIVING_MINOR_SHOCK) SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "saved_life", /datum/mood_event/saved_life) log_combat(user, H, "revived", defib) diff --git a/code/modules/surgery/revival.dm b/code/modules/surgery/revival.dm index 61c1782b9cb..1fdc43f3f8e 100644 --- a/code/modules/surgery/revival.dm +++ b/code/modules/surgery/revival.dm @@ -69,7 +69,7 @@ target.visible_message("...[target] wakes up, alive and aware!") target.emote("gasp") target.adjustOrganLoss(ORGAN_SLOT_BRAIN, 50, 199) //MAD SCIENCE - to_chat(target, "[CONFIG_GET(string/blackoutpolicy)]") //SKYRAT EDIT ADDITION + to_chat(target, "[CONFIG_GET(string/blackoutpolicy)]") //SKYRAT EDIT ADDITION return TRUE else target.visible_message("...[target.p_they()] convulses, then lies still.") diff --git a/modular_skyrat/modules/cloning/code/game/machinery/cloning.dm b/modular_skyrat/modules/cloning/code/game/machinery/cloning.dm index 831abeb0759..6833b240fcb 100644 --- a/modular_skyrat/modules/cloning/code/game/machinery/cloning.dm +++ b/modular_skyrat/modules/cloning/code/game/machinery/cloning.dm @@ -219,7 +219,7 @@ if(grab_ghost_when == CLONER_FRESH_CLONE) H.grab_ghost() - to_chat(H, "[CONFIG_GET(string/blackoutpolicy)]") + to_chat(H, "[CONFIG_GET(string/blackoutpolicy)]") to_chat(H, "Consciousness slowly creeps over you as your body regenerates.
So this is what cloning feels like?
") if(grab_ghost_when == CLONER_MATURE_CLONE)