[MIRROR] Equalizes thresholds on being fat (#7095)

* Equalizes thresholds on being fat (#38383)

* Equalizes thresholds on being fat
This commit is contained in:
CitadelStationBot
2018-06-13 22:33:19 -05:00
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()