Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/human/human_defines.dm
Browse files Browse the repository at this point in the history
Oh! That works too, I mostly just did the 30 second check because I didn't want to potentially break (and thus have to fix) the stripping part, but so long as it works o7

Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
GriffinMan4455 and Doubleumc authored Oct 23, 2024
1 parent 95a175c commit 4c06d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
var/oxygen_alert = 0
var/fire_alert = 0
var/prev_gender = null // Debug for plural genders
var/revive_grace_period = 30 SECONDS //30 Seconds
var/revive_grace_period = 5 MINUTES //5 minutes
var/undefibbable = FALSE //whether the human is dead and past the defibbrillation period.

var/holo_card_color = "" //which color type of holocard is printed on us
Expand Down

0 comments on commit 4c06d40

Please sign in to comment.