mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
fixes the emotional manipulator (#12255)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user