mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] self-respiration grants its nobreath trait at stage 4 again [MDB IGNORE] (#16627)
* self-respiration grants its nobreath trait at stage 4 again (#70233) >:( * self-respiration grants its nobreath trait at stage 4 again Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
if(!.)
|
||||
return FALSE
|
||||
var/mob/living/carbon/M = A.affected_mob
|
||||
if(A.stage > 4)
|
||||
if(A.stage >= 4)
|
||||
ADD_TRAIT(M, TRAIT_NOBREATH, DISEASE_TRAIT)
|
||||
else
|
||||
REMOVE_TRAIT(M, TRAIT_NOBREATH, DISEASE_TRAIT)
|
||||
|
||||
Reference in New Issue
Block a user