mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Whispering Refactor (#12755)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/mob/statue_mob/send_emote()
|
||||
to_chat(src, "You are unable to move while trapped as a statue.")
|
||||
|
||||
/mob/statue_mob/say()
|
||||
/mob/statue_mob/say(var/message, var/datum/language/speaking = null, var/verb="says", var/alt_name="", var/ghost_hearing = GHOSTS_ALL_HEAR, var/whisper = FALSE)
|
||||
to_chat(src, "You are unable to speak while trapped as a statue.")
|
||||
|
||||
/obj/structure/closet/statue
|
||||
@@ -192,4 +192,4 @@
|
||||
|
||||
dump_contents()
|
||||
visible_message("<span class='warning'>\The [src] shatters!</span>")
|
||||
qdel(src)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user