13 lines
463 B
Ucode
13 lines
463 B
Ucode
//-----------------------------------------------------------
|
|
//
|
|
//-----------------------------------------------------------
|
|
class BuyableFirstAidKit extends BuyablePowerup;
|
|
|
|
defaultproperties
|
|
{
|
|
ItemImage=texture'KillingFloorHUD.Trader_Weapon_Images.Trader_First_Aid'
|
|
ItemCost=150
|
|
ItemName="First Aid Kit"
|
|
ItemDescription="Contains morphine, bandages, anti-biotics, and a variety of other goodies to bring a wounded soldier back up to speed."
|
|
}
|