From 857431a5883e8f221058ffd3bb65bb1b55c4d0bb Mon Sep 17 00:00:00 2001 From: pumpkinthefoxxd <149212571+pumpkinthefoxxd@users.noreply.github.com> Date: Thu, 28 Dec 2023 19:12:45 +0000 Subject: [PATCH] Update auto_cpr.dm (#490) * Update auto_cpr.dm * Update auto_cpr.dm --- code/game/objects/items/devices/auto_cpr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/devices/auto_cpr.dm b/code/game/objects/items/devices/auto_cpr.dm index 83ac5b4bff1..d4c81eba808 100644 --- a/code/game/objects/items/devices/auto_cpr.dm +++ b/code/game/objects/items/devices/auto_cpr.dm @@ -23,7 +23,7 @@ if(M.wear_suit) to_chat(user, SPAN_WARNING("Their [M.wear_suit] is in the way, remove it first!")) return 1 - user.visible_message(SPAN_NOTICE("[user] starts fitting [src] onto the [M]'s chest.")) + user.visible_message(SPAN_NOTICE("[user] starts fitting [src] onto [M]'s chest.")) if(!do_after(user, 2 SECONDS, M)) return @@ -61,7 +61,7 @@ if(!skilled_setup && prob(20)) var/obj/item/organ/external/E = H.get_organ(BP_CHEST) E.add_pain(15) - to_chat(H, "Your [E] is compressed painfully!") + to_chat(H, "Your chest is compressed painfully!") if(prob(5)) E.fracture() else