rott/kf_sources/KFMod/Classes/KeyCardFinal.uc
2026-07-14 20:27:09 +07:00

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
}