mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- fixed missing fullbright for Berserk
https://forum.zdoom.org/viewtopic.php?t=66307
This commit is contained in:
parent
fd5e8d6e7b
commit
ad89f1381c
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class Berserk : CustomInventory
|
|||
States
|
||||
{
|
||||
Spawn:
|
||||
PSTR A -1;
|
||||
PSTR A -1 Bright;
|
||||
Stop;
|
||||
Pickup:
|
||||
TNT1 A 0 A_GiveInventory("PowerStrength");
|
||||
|
|
Loading…
Reference in a new issue