Removed the UTAmmo class entirely, as it's more trouble than it's worth.

This commit is contained in:
Marisa the Magician 2018-05-24 14:20:57 +02:00
commit 5b0fbf589d
11 changed files with 15 additions and 51 deletions

View file

@ -1,5 +1,5 @@
// shouldn't be placed in the world (it wasn't in UT99)
Class WarheadAmmo : UTAmmo
Class WarheadAmmo : Ammo
{
Default
{
@ -11,7 +11,6 @@ Class WarheadAmmo : UTAmmo
Ammo.BackpackMaxAmount 2;
Ammo.DropAmount 1;
Inventory.RespawnTics 2100;
UTAmmo.UsedInSlot AMMO_SLOT10;
}
States
{