removes uses of << sound, replaces with send_sound (#21774)

* removes uses of << sound, replaces with send_sound

* readds sound wrappers
This commit is contained in:
GDN
2023-07-27 09:57:04 -05:00
committed by GitHub
parent aab87dff3c
commit 067ce5670e
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -3026,7 +3026,7 @@
W.item_state = "w_suit"
W.item_color = "schoolgirl"
message_admins("[key_name_admin(usr)] activated Japanese Animes mode")
world << sound('sound/AI/animes.ogg')
SEND_SOUND(world, sound('sound/AI/animes.ogg'))
if("eagles")//SCRAW
SSblackbox.record_feedback("tally", "admin_secrets_fun_used", 1, "Egalitarian Station")
for(var/obj/machinery/door/airlock/W in GLOB.airlocks)