Implemented Enforcer (with dual option). Tweaked some offsets on junk. Added clip count displays.
Only 4 weapons remaining...
This commit is contained in:
parent
a14e43481b
commit
bef29efba3
15 changed files with 1210 additions and 88 deletions
|
|
@ -2,9 +2,10 @@ Class UTPlayer : DoomPlayer
|
|||
{
|
||||
Default
|
||||
{
|
||||
Player.StartItem "ImpactHammer";
|
||||
Player.StartItem "Translocator";
|
||||
Player.StartItem "MiniAmmo", 30;
|
||||
Player.StartItem "Enforcer";
|
||||
Player.StartItem "Translocator";
|
||||
Player.StartItem "ImpactHammer";
|
||||
}
|
||||
|
||||
// Have to modify the give cheat to handle UT armor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue