mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Add GFF_NOEXTCHANGE to Phasing Zorcher flash
The Plasma Rifle does not light the player's sprite, so we must assume the Phasing Zorcher also should not.
This commit is contained in:
parent
0ca868d93f
commit
9bbf65df36
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class PhasingZorcher : PlasmaRifle
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
Fire:
|
Fire:
|
||||||
PLSG A 0 A_GunFlash;
|
PLSG A 0 A_GunFlash('Flash', GFF_NOEXTCHANGE);
|
||||||
PLSG A 3 A_FireProjectile("PhaseZorchMissile");
|
PLSG A 3 A_FireProjectile("PhaseZorchMissile");
|
||||||
PLSG B 20 A_ReFire;
|
PLSG B 20 A_ReFire;
|
||||||
Goto Ready;
|
Goto Ready;
|
||||||
|
|
Loading…
Reference in a new issue