All compiling errors fixed!! I did it!!

This commit is contained in:
Fermi
2019-05-11 15:47:58 +01:00
parent f7655cad25
commit ddad7a173d
3 changed files with 4 additions and 6 deletions
+1
View File
@@ -232,6 +232,7 @@
/datum/component/mood/proc/IncreaseSanity(amount, maximum = SANITY_NEUTRAL)
// Disturbed stops you from getting any more sane - I'm just gonna bung this in here
var/mob/living/owner = parent
if(owner.has_trait(TRAIT_UNSTABLE))
return
if(sanity > maximum)