Various improvements, fixes and rebalances that I'm too tired to list through.
This commit is contained in:
parent
1b7a288bf5
commit
a99c38fd75
13 changed files with 260 additions and 74 deletions
|
|
@ -11,6 +11,7 @@ Class WarheadAmmo : Ammo
|
|||
Ammo.BackpackMaxAmount 3;
|
||||
Ammo.DropAmount 1;
|
||||
Inventory.RespawnTics 2100;
|
||||
+INVENTORY.IGNORESKILL;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
@ -710,6 +711,7 @@ Class WarheadLauncher : UTWeapon replaces BFG9000
|
|||
Weapon.AmmoGive 1;
|
||||
Inventory.RespawnTics 2100;
|
||||
+INVENTORY.ALWAYSPICKUP;
|
||||
+INVENTORY.IGNORESKILL;
|
||||
+WEAPON.NOAUTOFIRE;
|
||||
UTWeapon.DropAmmo 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue