mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Adds 90% of the stuff
This commit is contained in:
@@ -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////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user