mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user