mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Fixed: The Fist had the wrong Tag string.
SVN r3996 (trunk)
This commit is contained in:
parent
f45c624769
commit
92a07ab8b4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ ACTOR Fist : Weapon
|
|||
Weapon.SelectionOrder 3700
|
||||
Weapon.Kickback 100
|
||||
Obituary "$OB_MPFIST"
|
||||
Tag "$FIST"
|
||||
Tag "$TAG_FIST"
|
||||
+WEAPON.WIMPY_WEAPON
|
||||
+WEAPON.MELEEWEAPON
|
||||
States
|
||||
|
|
Loading…
Reference in a new issue