- removed the initial extra state of Heretic's Mummy's projectile to restore the original sound behavior.

This commit is contained in:
Christoph Oelckers 2015-09-02 23:15:41 +02:00
parent 0a8255f34b
commit 1a275a7e8e
1 changed files with 1 additions and 2 deletions

View File

@ -121,12 +121,11 @@ ACTOR MummyFX1
States
{
Spawn:
FX15 A 1 Bright
FX15 A 5 Bright A_PlaySound("mummy/head")
FX15 B 5 Bright A_SeekerMissile(10,20)
FX15 C 5 Bright
FX15 B 5 Bright A_SeekerMissile(10,20)
Goto Spawn+1
Loop
Death:
FX15 DEFG 5 Bright
Stop