Turned heavy laser into a kind of laser minigun. Still more bang for your buck than a regular laser

This commit is contained in:
ZomgPonies
2014-08-05 00:11:57 -04:00
parent 3a3e8ac7be
commit db4a165244
2 changed files with 5 additions and 5 deletions
@@ -70,11 +70,11 @@ obj/item/weapon/gun/energy/laser/retro
name = "laser cannon"
desc = "With the L.A.S.E.R. cannon, the lasing medium is enclosed in a tube lined with uranium-235 and subjected to high neutron flux in a nuclear reactor core. This incredible technology may help YOU achieve high excitation rates with small laser volumes!"
icon_state = "lasercannon"
fire_sound = 'sound/weapons/lasercannonfire.ogg'
// fire_sound = 'sound/weapons/lasercannonfire.ogg'
origin_tech = "combat=4;materials=3;powerstorage=3"
projectile_type = "/obj/item/projectile/beam/heavylaser"
fire_delay = 20
charge_cost = 500 // Half the cost of the regular laser, weaker projectile.
fire_delay = 3
isHandgun()
return 0
+2 -2
View File
@@ -304,11 +304,11 @@ var/list/beam_master = list()
flag = "laser"
eyeblur = 2
//changing heavy lasers to shoot twice as fast as regular lasers, and do a bit more DPS.
/obj/item/projectile/beam/heavylaser
name = "heavy laser"
icon_state = "heavylaser"
damage = 45
damage = 25
/obj/item/projectile/beam/xray
name = "xray beam"