[MIRROR] Equalizes thresholds on being fat (#7095)
* Equalizes thresholds on being fat (#38383) * Equalizes thresholds on being fat
This commit is contained in:
committed by
kevinz000
parent
378d474f83
commit
7ac96e2288
@@ -1088,7 +1088,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
|
||||
H.update_inv_w_uniform()
|
||||
H.update_inv_wear_suit()
|
||||
else
|
||||
if(H.overeatduration > 500)
|
||||
if(H.overeatduration >= 100)
|
||||
to_chat(H, "<span class='danger'>You suddenly feel blubbery!</span>")
|
||||
H.add_trait(TRAIT_FAT, OBESITY)
|
||||
H.update_inv_w_uniform()
|
||||
|
||||
Reference in New Issue
Block a user