Fixed compile errors.

This commit is contained in:
Fermi
2019-06-13 03:05:34 +01:00
parent 981c1644c9
commit eab52a51e6
6 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -179,7 +179,7 @@
amount = sanity - 0.5
// Disturbed stops you from getting any more sane
if(parent.has_trait(TRAIT_UNSTABLE))
if(master.has_trait(TRAIT_UNSTABLE))
sanity = min(amount,sanity)
else
sanity = amount