14 lines
289 B
Ucode
14 lines
289 B
Ucode
class ScrnCombatVestPickup extends ScrnVestPickup
|
|
notplaceable;
|
|
|
|
defaultproperties
|
|
{
|
|
ShieldCapacity=100
|
|
Weight=1.000000
|
|
cost=300
|
|
PowerValue=50
|
|
ItemName="Combat Armor"
|
|
ItemShortName="Combat Armor"
|
|
PickupMessage="You got a Combat Armor"
|
|
}
|