Skip to content

Commit

Permalink
Proper fix for the plasma rifle lighting effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes committed Feb 27, 2020
1 parent 1aaa0c5 commit f8f8f67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zscript/doom1.zc
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,9 @@ class ZPerkPlasmaRifle : PlasmaRifle
}
Stop;
Flash:
TNT1 A 1 A_Light1();
TNT1 A 4 A_Light1;
Goto LightDone;
TNT1 B 4 A_Light1;
Goto LightDone;

SwapSprites:
Expand Down

0 comments on commit f8f8f67

Please sign in to comment.