Adds more sounds effects (#3474)

Adds new sounds effects to the following;
-nar'sie summoning
-turning on and off a welder
-using a megaphone
-new flashbang and being hit by a flashbang sounds
-cutting wood
-chain of command attack sound
-opening/closing curtains
-rocket launcher sound
-opening/closing a light submachine gun
This commit is contained in:
Alberyk
2017-09-20 13:23:47 -06:00
committed by Lohikar
parent 7c445a3f19
commit 0cc8b99a8e
22 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
..(P, def_zone)
/obj/structure/curtain/attack_hand(mob/user)
playsound(get_turf(loc), "rustle", 15, 1, -5)
playsound(get_turf(loc), 'sound/effects/curtain.ogg', 15, 1, -5)
toggle()
..()