NicePack/sources/Weapons/Playable/Incendiary/Protecta/NiceProtectaPickup.uc

9 lines
221 B
Ucode

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