mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
emotion manipulators now use SPAN_GOOD, adds punctuation to "feeling" artifact effects (#15689)
This commit is contained in:
@@ -607,9 +607,9 @@
|
||||
if(world.time > (last_emotion + 5 MINUTES))
|
||||
switch(set_emotion)
|
||||
if("happiness")
|
||||
to_chat(owner, SPAN_NOTICE("You feel happy."))
|
||||
to_chat(owner, SPAN_GOOD("You feel happy."))
|
||||
if("calmness")
|
||||
to_chat(owner, SPAN_NOTICE("You feel calm."))
|
||||
to_chat(owner, SPAN_GOOD("You feel calm."))
|
||||
last_emotion = world.time
|
||||
|
||||
if(is_broken())
|
||||
|
||||
Reference in New Issue
Block a user