Fixes human think() emotes. (#9906)

This commit is contained in:
Matt Atlas
2020-09-07 20:33:53 +02:00
committed by GitHub
parent a590c39817
commit 1aefd0de23
19 changed files with 79 additions and 38 deletions
@@ -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>")