rott/kf_sources/NicePack/Classes/NiceBlowerThrowerPickup.uc
2026-07-14 20:27:09 +07:00

9 lines
266 B
Ucode

class NiceBlowerThrowerPickup extends BlowerThrowerPickup;
defaultproperties
{
ItemName="Blower Thrower Bile Launcher NW"
ItemShortName="Blower Thrower NW"
InventoryType=class'NiceBlowerThrower'
PickupMessage="You got the BlowerThrower NW"
}