14 lines
370 B
Ucode
14 lines
370 B
Ucode
// Keycard for the Power core of the BioticsLabs
|
|
|
|
class KeyCardA extends DualiesAmmoPickup ;
|
|
|
|
defaultproperties
|
|
{
|
|
AmmoAmount=0
|
|
PickupMessage="you got the power core keycard"
|
|
PickupSound=Sound'KFPlayerSound.getweaponout3'
|
|
PickupForce="AdrenelinPickup"
|
|
StaticMesh=StaticMesh'KillingFloorLabStatics.KeyCard1'
|
|
DrawScale=0.150000
|
|
}
|