mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Fixes human think() emotes. (#9906)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
to_chat(user, "<span class='warning'>You stare deep into the abyss... and the abyss stares back.</span>")
|
||||
sleep(10)
|
||||
to_chat(user, "<span class='warning'>Your [E.name] fill with painful light, and you feel a sharp burning sensation in your head!</span>")
|
||||
user.custom_emote(2, "screams in horror!")
|
||||
user.custom_emote(AUDIBLE_MESSAGE, "screams in horror!")
|
||||
playsound(user, 'sound/hallucinations/far_noise.ogg', 40, 1)
|
||||
user.drop_item()
|
||||
user.visible_message("<span class='danger'>Ashes pour out of [user]'s eye sockets!</span>")
|
||||
|
||||
Reference in New Issue
Block a user