limits the hallucinations a little

This commit is contained in:
Cebutris
2018-02-12 22:15:53 -05:00
parent d54a92ef46
commit 440e39ed68
+1 -1
View File
@@ -295,5 +295,5 @@
else if(H.get_item_by_slot(slot_neck) == src)
if(H.arousalloss < H.max_arousal / 3)
H.arousalloss = H.max_arousal / 3
if(prob(5))
if(prob(5) && H.hallucination < 15)
H.hallucination += 10