Skip to content

Commit

Permalink
Merge pull request Blackstone-SS13#67 from JTGSZ/hotfix
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
ChungusGamer666 authored Apr 14, 2024
2 parents 5e6a660 + 2469ab5 commit cb98985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/rotting.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
if(!(C.mob_biotypes & (MOB_ORGANIC|MOB_UNDEAD)))
qdel(src)
return
if(amount > 2 MINUTES)
if(amount > 4 MINUTES)
if(is_zombie)
var/datum/antagonist/zombie/Z = C.mind.has_antag_datum(/datum/antagonist/zombie)
if(Z)
Expand Down

0 comments on commit cb98985

Please sign in to comment.