Fix Enforcer not being autoselected on pistol start.
Made "custom color" the default choice for HUD.
This commit is contained in:
parent
dd689c7962
commit
e194f44ffd
2 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ Class UTPlayer : DoomPlayer
|
|||
|
||||
Default
|
||||
{
|
||||
Player.StartItem "MiniAmmo", 30;
|
||||
Player.StartItem "Enforcer";
|
||||
Player.StartItem "Translocator";
|
||||
Player.StartItem "ImpactHammer";
|
||||
Player.StartItem "MiniAmmo", 30;
|
||||
Player.DamageScreenColor "FF 00 00", 1.0;
|
||||
Player.ViewHeight 46;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue