Makes Getting Fat....getting fat (#15605)

This commit is contained in:
Fox McCloud
2021-02-24 22:45:25 +00:00
committed by GitHub
parent 20485c029b
commit 30194fedd3
@@ -119,11 +119,11 @@
/mob/living/carbon/human/proc/becomeSlim()
to_chat(src, "<span class='notice'>You feel fit again!</span>")
ADD_TRAIT(src, TRAIT_FAT, OBESITY)
REMOVE_TRAIT(src, TRAIT_FAT, OBESITY)
/mob/living/carbon/human/proc/becomeFat()
to_chat(src, "<span class='alert'>You suddenly feel blubbery!</span>")
REMOVE_TRAIT(src, TRAIT_FAT, OBESITY)
ADD_TRAIT(src, TRAIT_FAT, OBESITY)
//Handles chem traces
/mob/living/carbon/human/proc/handle_trace_chems()