mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Change StrifePlayer's RunHealth to 15.
SVN r2112 (trunk)
This commit is contained in:
parent
f9937f973c
commit
25c8d42821
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ACTOR StrifePlayer : PlayerPawn
|
||||||
Player.ColorRange 128, 143
|
Player.ColorRange 128, 143
|
||||||
Player.DisplayName "Rebel"
|
Player.DisplayName "Rebel"
|
||||||
Player.StartItem "PunchDagger"
|
Player.StartItem "PunchDagger"
|
||||||
Player.RunHealth 16
|
Player.RunHealth 15
|
||||||
Player.WeaponSlot 1, PunchDagger
|
Player.WeaponSlot 1, PunchDagger
|
||||||
Player.WeaponSlot 2, StrifeCrossbow2, StrifeCrossbow
|
Player.WeaponSlot 2, StrifeCrossbow2, StrifeCrossbow
|
||||||
Player.WeaponSlot 3, AssaultGun
|
Player.WeaponSlot 3, AssaultGun
|
||||||
|
|
Loading…
Reference in a new issue