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

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
}