14 lines
436 B
Ucode
14 lines
436 B
Ucode
class ScrnDualMK23LaserPickup extends ScrnDualMK23Pickup;
|
|
|
|
defaultproperties
|
|
{
|
|
Weight=5.000000
|
|
cost=2500
|
|
Description="Yeah! One in each hand! Now with laser attachment."
|
|
ItemName="Laser Dual MK23"
|
|
ItemShortName="Laser MK23"
|
|
InventoryType=Class'ScrnBalanceSrv.ScrnDualMK23Laser'
|
|
PickupMessage="You found Dual MK23 with Laser Sight"
|
|
UV2Texture=FadeColor'ScrnTex.Laser.PickupOverlay'
|
|
}
|