Create alienspectres.txt

fixed attenuation for Strife's 'killed a spectre' message.
This commit is contained in:
Christoph Oelckers 2017-06-08 16:23:35 +02:00 committed by GitHub
parent 8c053c0141
commit 68e17eb0c6

View file

@ -179,7 +179,7 @@ class AlienSpectre1 : SpectralMonster
if (log > 0) if (log > 0)
{ {
String voc = "svox/voc" .. log; String voc = "svox/voc" .. log;
A_PlaySound(voc, CHAN_VOICE); A_PlaySound(voc, CHAN_VOICE, 1, false, ATTN_NONE);
player.player.SetLogNumber (log); player.player.SetLogNumber (log);
} }
} }