Adds 90% of the stuff

This commit is contained in:
Qwertytoforty
2021-10-04 17:26:13 -04:00
parent 2aa0abde72
commit d9135ece44
6 changed files with 85 additions and 7 deletions
@@ -141,6 +141,27 @@
name = "cyborg immolator cannon"
ammo_type = list(/obj/item/ammo_casing/energy/immolator/scatter/cyborg, /obj/item/ammo_casing/energy/immolator/strong/cyborg) // scatter is default, because it is more useful
/obj/item/gun/energy/emitter
name = "mobile emitter"
desc = "An emitter someone removed from its base, and an attached to a power cell, to try to make a weapon."
icon_state = "lasercannon"
item_state = "laser"
w_class = WEIGHT_CLASS_BULKY
can_holster = FALSE
origin_tech = "combat=4;magnets=4;powerstorage=3"
ammo_type = list(/obj/item/ammo_casing/energy/emitter)
ammo_x_offset = 3
/obj/item/gun/energy/emitter/cyborg
name = "mounted emitter"
desc = "An emitter mounted to your cyborg frame, draining charge from your cell."
/obj/item/gun/energy/emitter/cyborg/newshot()
..()
robocharge()
/obj/item/gun/energy/emitter/cyborg/emp_act()
return
////////Laser Tag////////////////////