Removed the UTAmmo class entirely, as it's more trouble than it's worth.
This commit is contained in:
parent
f05754b45e
commit
5b0fbf589d
11 changed files with 15 additions and 51 deletions
|
|
@ -16,7 +16,7 @@ Class Tier4Weapon : RandomSpawner2 replaces Chaingun
|
|||
}
|
||||
}
|
||||
|
||||
Class PulseAmmo : UTAmmo
|
||||
Class PulseAmmo : Ammo
|
||||
{
|
||||
Default
|
||||
{
|
||||
|
|
@ -27,7 +27,6 @@ Class PulseAmmo : UTAmmo
|
|||
Ammo.BackpackAmount 50;
|
||||
Ammo.BackpackMaxAmount 199;
|
||||
Ammo.DropAmount 25;
|
||||
UTAmmo.UsedInSlot AMMO_SLOT5;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue