mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 06:53:58 +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.SelectionOrder 3700
|
||||||
Weapon.Kickback 100
|
Weapon.Kickback 100
|
||||||
Obituary "$OB_MPFIST"
|
Obituary "$OB_MPFIST"
|
||||||
Tag "$FIST"
|
Tag "$TAG_FIST"
|
||||||
+WEAPON.WIMPY_WEAPON
|
+WEAPON.WIMPY_WEAPON
|
||||||
+WEAPON.MELEEWEAPON
|
+WEAPON.MELEEWEAPON
|
||||||
States
|
States
|
||||||
|
|
Loading…
Reference in a new issue