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

14 lines
362 B
Ucode

// Keycard for Sector B of the Biotics Labs
class KeyCard extends DualiesAmmoPickup ;
defaultproperties
{
AmmoAmount=0
PickupMessage="you got the sector-b keycard"
PickupSound=Sound'KFPlayerSound.getweaponout3'
PickupForce="AdrenelinPickup"
StaticMesh=StaticMesh'KillingFloorLabStatics.KeyCard1'
DrawScale=0.150000
}