Skip to content

Commit

Permalink
Update auto_cpr.dm (#490)
Browse files Browse the repository at this point in the history
* Update auto_cpr.dm

* Update auto_cpr.dm
  • Loading branch information
pumpkintheproot authored Dec 28, 2023
1 parent 984d609 commit 857431a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/devices/auto_cpr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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, "<span class='danger'>Your [E] is compressed painfully!</span>")
to_chat(H, "<span class='danger'>Your chest is compressed painfully!</span>")
if(prob(5))
E.fracture()
else
Expand Down

0 comments on commit 857431a

Please sign in to comment.