This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
4 lines
197 B
Ucode
4 lines
197 B
Ucode
class NiceShotgunAmmoPickup extends KFAmmoPickup;
|
|
defaultproperties
|
|
{
|
|
AmmoAmount=4
|
|
InventoryType=Class'NicePack.NiceShotgunAmmo'
|
|
PickupMessage="12-Gauge Shells"
|
|
StaticMesh=None
|
|
} |