Merge pull request #36975 from KorPhaeron/sound2

Removes a sound
This commit is contained in:
Jordan Brown
2018-04-05 16:56:36 -04:00
committed by CitadelStationBot
parent 49fd917fee
commit 7cddf61b94
2 changed files with 0 additions and 1 deletions

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)

Binary file not shown.