fixes the emotional manipulator (#12255)

This commit is contained in:
Casper3667
2021-07-27 19:20:50 -03:00
committed by GitHub
parent d1ef592ee9
commit b90c71d52b
2 changed files with 9 additions and 7 deletions
+3 -7
View File
@@ -498,15 +498,11 @@
if(!owner)
return
if(prob(1))
if(prob(10))
switch(set_emotion)
if("Happiness")
if("happiness")
to_chat(owner, SPAN_NOTICE("You feel happy."))
if("Calmness")
if("calmness")
to_chat(owner, SPAN_NOTICE("You feel calm."))
if(is_broken())