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)