mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed: player.runhealth on the StrifePlayer was missing.
SVN r1435 (trunk)
This commit is contained in:
parent
5bb3f87746
commit
a3f33e735b
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ ACTOR StrifePlayer : PlayerPawn
|
|||
Player.ColorRange 128, 143
|
||||
Player.DisplayName "Rebel"
|
||||
Player.StartItem "PunchDagger"
|
||||
Player.RunHealth 10
|
||||
Player.WeaponSlot 1, PunchDagger
|
||||
Player.WeaponSlot 2, StrifeCrossbow2, StrifeCrossbow
|
||||
Player.WeaponSlot 3, AssaultGun
|
||||
|
|
Loading…
Reference in a new issue