This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
10 lines
239 B
Ucode
10 lines
239 B
Ucode
class NiceDualiesAmmoPickup extends NiceAmmoPickup;
|
|
|
|
defaultproperties
|
|
{
|
|
AmmoAmount=30
|
|
InventoryType=Class'NicePack.NiceDualiesAmmo'
|
|
PickupMessage="Rounds (9mm)"
|
|
StaticMesh=StaticMesh'KillingFloorStatics.DualiesAmmo'
|
|
}
|