Skip to content

Commit

Permalink
TGS Test Merge (#5946)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm13-github committed Mar 17, 2024
2 parents 899428d + 93e4247 commit 9e64ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tools/experimental_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
return
else if(H.is_revivable() && H.stat == DEAD)
if(H.cpr_cooldown < world.time)
H.revive_grace_period += 7 SECONDS
H.revive_grace_period += 9 SECONDS
H.visible_message(SPAN_NOTICE("<b>\The [src]</b> automatically performs <b>CPR</b> on <b>[H]</b>."))
else
H.visible_message(SPAN_NOTICE("<b>\The [src]</b> fails to perform CPR on <b>[H]</b>."))
Expand Down

0 comments on commit 9e64ad4

Please sign in to comment.