Whispering Refactor (#12755)

This commit is contained in:
Geeves
2021-12-27 23:44:57 +02:00
committed by GitHub
parent 4d3c06d78a
commit 1df88da53d
25 changed files with 160 additions and 217 deletions

View File

@@ -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)