Merge branch 'master' into hitowner
This commit is contained in:
commit
9dbe721e17
16 changed files with 459 additions and 73 deletions
|
|
@ -11,6 +11,7 @@ Class WarheadAmmo : Ammo
|
|||
Ammo.BackpackMaxAmount 3;
|
||||
Ammo.DropAmount 1;
|
||||
Inventory.RespawnTics 2100;
|
||||
+INVENTORY.IGNORESKILL;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
@ -717,6 +718,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