From 68e17eb0c642019475358c35e76d7e3b5228f359 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 8 Jun 2017 16:23:35 +0200 Subject: [PATCH] Create alienspectres.txt fixed attenuation for Strife's 'killed a spectre' message. --- wadsrc/static/zscript/strife/alienspectres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/strife/alienspectres.txt b/wadsrc/static/zscript/strife/alienspectres.txt index d17d91eb2..726c8a05e 100644 --- a/wadsrc/static/zscript/strife/alienspectres.txt +++ b/wadsrc/static/zscript/strife/alienspectres.txt @@ -179,7 +179,7 @@ class AlienSpectre1 : SpectralMonster if (log > 0) { String voc = "svox/voc" .. log; - A_PlaySound(voc, CHAN_VOICE); + A_PlaySound(voc, CHAN_VOICE, 1, false, ATTN_NONE); player.player.SetLogNumber (log); } }