Equalizes thresholds on being fat (#38383)

This commit is contained in:
Dax Dupont
2018-06-13 09:56:24 +02:00
committed by ShizCalev
parent 7a8833d20f
commit 4e3eff4f73
@@ -951,7 +951,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()