12 lines
344 B
Ucode
12 lines
344 B
Ucode
class SealSquealAmmoPickup extends KFAmmoPickup;
|
|
|
|
defaultproperties
|
|
{
|
|
AmmoAmount=3
|
|
InventoryType=Class'KFMod.SealSquealAmmo'
|
|
PickupMessage="SealSqueal Harpoon Bombs"
|
|
DrawType=DT_StaticMesh
|
|
StaticMesh=StaticMesh'KillingFloorStatics.FragPickup' // TODO: Put in the real static
|
|
CollisionRadius=25.000000
|
|
}
|