Reduce the volume of the death sound on clock work mobs (#34452)
* Reduce the volume of the death sound on clock work mobs I edited the .oog since I did not see a way in the code to lower the volume. This will affect all code/game/gamemodes/clock_cult/clock_mobs which at this moment is only maraders and the eminence. * Non-clockwork mobs are no longer affected adjusted volume in the code so that the clockwork golems, ratvar, and ratvar plushies are unaffected by the audio file changes
This commit is contained in:
committed by
CitadelStationBot
parent
c6f227fc18
commit
5d2ddd833a
@@ -454,7 +454,7 @@
|
||||
else
|
||||
say("NO! I will not be banished again...")
|
||||
P.say(pick("Ha.", "Ra'sha fonn dest.", "You fool. To come here."))
|
||||
playsound(src, 'sound/magic/clockwork/anima_fragment_death.ogg', 50, TRUE, frequency = 2)
|
||||
playsound(src, 'sound/magic/clockwork/anima_fragment_death.ogg', 62, TRUE, frequency = 2)
|
||||
playsound(P, 'sound/magic/demon_attack1.ogg', 50, TRUE, frequency = 2)
|
||||
explosion(src, 0, 0, 1)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user