NicePack/sources/Weapons/Playable/Shotguns/ZEDThrower/NiceSPGrenadePickup.uc
2022-01-21 14:25:59 +04:00

9 lines
210 B
Ucode

class NiceSPGrenadePickup extends SPGrenadePickup;
defaultproperties
{
AmmoCost=12
ItemName="The Orca Bomb Propeller NW"
ItemShortName="The Orca NW"
InventoryType=class'NiceSPGrenadeLauncher'
}