NicePack/sources/Weapons/Playable/Incendiary/TommygunInc/NiceThompsonIncPickup.uc
2022-01-21 14:25:59 +04:00

9 lines
255 B
Ucode

class NiceThompsonIncPickup extends ScrnThompsonIncPickup;
defaultproperties
{
ItemName="Tommy Gun Incendiary NW"
ItemShortName="Tommy Gun Inc. NW"
InventoryType=class'NiceThompsonInc'
PickupMessage="You got the Incendiary Tommy Gun NW"
}