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

9 lines
212 B
Ucode

class NiceProtectaPickup extends ProtectaPickup;
defaultproperties
{
ItemName="Protecta NW"
ItemShortName="Protecta NW"
InventoryType=class'NiceProtecta'
PickupMessage="You got the Protecta NW"
}