Adds helpers to avoid << use (#29611)

This commit is contained in:
Jordan Brown
2017-08-09 00:27:54 -03:00
committed by Leo
parent faf6c60caa
commit d1ae0a0c95
82 changed files with 277 additions and 296 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
if(!victim.client || !istype(victim))
return
to_chat(victim, "<span class='reallybig redtext'>RIP AND TEAR</span>")
victim << 'sound/misc/e1m1.ogg'
SEND_SOUND(victim, sound('sound/misc/e1m1.ogg'))
var/old_color = victim.client.color
var/red_splash = list(1,0,0,0.8,0.2,0, 0.8,0,0.2,0.1,0,0)
var/pure_red = list(0,0,0,0,0,0,0,0,0,1,0,0)