mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-09 01:01:05 +00:00
- fixed PoisonCloud's looping animation count.
This commit is contained in:
parent
b719ab53f8
commit
e1c458ab2f
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ class PoisonCloud : Actor
|
|||
PSBG D 1;
|
||||
PSBG D 1 A_Scream;
|
||||
PSBG DEEEFFFGGGHHHII 2 A_PoisonBagDamage;
|
||||
PSBG I 2 A_PoisonBagCheck;
|
||||
PSBG I 2 A_PoisonBagDamage;
|
||||
PSBG I 1 A_PoisonBagCheck;
|
||||
Goto Spawn + 3;
|
||||
Death:
|
||||
|
|
Loading…
Reference in a new issue