Fix Enforcer not being autoselected on pistol start.

Made "custom color" the default choice for HUD.
This commit is contained in:
Marisa the Magician 2018-06-01 11:40:04 +02:00
commit e194f44ffd
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}