Merge pull request #6281 from Citadel-Station-13/upstream-merge-36975

[MIRROR] Removes a sound
This commit is contained in:
deathride58
2018-04-07 00:54:31 +00:00
committed by GitHub
2 changed files with 0 additions and 1 deletions
-1
View File
@@ -121,7 +121,6 @@
if(!victim.client || !istype(victim))
return
to_chat(victim, "<span class='reallybig redtext'>RIP AND TEAR</span>")
SEND_SOUND(victim, sound('sound/misc/e1m1.ogg'))
var/old_color = victim.client.color
var/static/list/red_splash = list(1,0,0,0.8,0.2,0, 0.8,0,0.2,0.1,0,0)
var/static/list/pure_red = list(0,0,0,0,0,0,0,0,0,1,0,0)