14 lines
362 B
Ucode
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
|
|
}
|