This commit is contained in:
Dip
2020-11-22 01:29:01 -03:00
parent 09a02bedc7
commit 2a5c61dc45
18 changed files with 136 additions and 102 deletions
-9
View File
@@ -158,15 +158,6 @@
else
owner.crit_threshold -= (holdmyinsanityeffect - insanity_effect)
if(HAS_TRAIT(owner, TRAIT_DEPRESSION))
if(prob(0.05))
add_event(null, "depression", /datum/mood_event/depression)
clear_event(null, "jolly")
if(HAS_TRAIT(owner, TRAIT_JOLLY))
if(prob(0.05))
add_event(null, "jolly", /datum/mood_event/jolly)
clear_event(null, "depression")
holdmyinsanityeffect = insanity_effect
HandleNutrition(owner)