Skip to content

Commit

Permalink
- fixed missing fullbright for Berserk
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Nov 5, 2019
1 parent fd5e8d6 commit ad89f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/actors/doom/doomartifacts.zs
Expand Up @@ -193,7 +193,7 @@ class Berserk : CustomInventory
States
{
Spawn:
PSTR A -1;
PSTR A -1 Bright;
Stop;
Pickup:
TNT1 A 0 A_GiveInventory("PowerStrength");
Expand Down

0 comments on commit ad89f13

Please sign in to comment.