14 lines
353 B
Ucode
14 lines
353 B
Ucode
// Biohazard Test labs key
|
|
|
|
class KeyCardFinal extends DualiesAmmoPickup ;
|
|
|
|
defaultproperties
|
|
{
|
|
AmmoAmount=0
|
|
PickupMessage="you found the Test Labs keycard"
|
|
PickupSound=Sound'KFPlayerSound.getweaponout3'
|
|
PickupForce="AdrenelinPickup"
|
|
StaticMesh=StaticMesh'KillingFloorLabStatics.KeyCard1'
|
|
DrawScale=0.150000
|
|
}
|