mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Makes Getting Fat....getting fat (#15605)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user