Skip to content

Commit

Permalink
- fixed exploding barrel animation duration.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Aug 10, 2021
1 parent a16088f commit 55520ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/actors/doom/doommisc.zs
Expand Up @@ -26,7 +26,7 @@ class ExplosiveBarrel : Actor
BEXP A 5 BRIGHT;
BEXP B 5 BRIGHT A_Scream;
BEXP C 5 BRIGHT;
BEXP D 5 BRIGHT A_Explode;
BEXP D 10 BRIGHT A_Explode;
BEXP E 10 BRIGHT;
TNT1 A 1050 BRIGHT A_BarrelDestroy;
TNT1 A 5 A_Respawn;
Expand Down

0 comments on commit 55520ed

Please sign in to comment.