Skip to content

Commit

Permalink
better plate
Browse files Browse the repository at this point in the history
  • Loading branch information
kiVts committed May 16, 2024
1 parent 75aaaa6 commit 4db3b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_tech/implements/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
wearer = user
if(!used)
RegisterSignal(user, COMSIG_MOB_DEATH, PROC_REF(begin_preserving))
user.revive_grace_period += 2 MINUTES
user.revive_grace_period += 4 MINUTES

/obj/item/clothing/accessory/health/research_plate/anti_decay/on_removed(mob/living/user, obj/item/clothing/C)
. = ..()
Expand Down

0 comments on commit 4db3b17

Please sign in to comment.