mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Shotgun change (#29670)
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
select_name = "kill"
|
||||
delay = 1 SECONDS
|
||||
|
||||
/obj/item/ammo_casing/energy/laser/eshotgun/cyborg
|
||||
e_cost = 500
|
||||
|
||||
/obj/item/ammo_casing/energy/laser/heavy
|
||||
projectile_type = /obj/item/projectile/beam/laser/heavylaser
|
||||
select_name = "anti-vehicle"
|
||||
|
||||
@@ -265,6 +265,19 @@
|
||||
. += "This scatter-beam technology allows for more energy output per trigger pull, however the increased heat on the focusing lens has resulted in a decreased fire rate compared to the standard fare. \
|
||||
It is a Nanotrasen officer's best friend, allowing them to stop crime one trigger pull at a time."
|
||||
|
||||
/obj/item/gun/energy/gun/shotgun/cyborg
|
||||
name = "Energy Scatterbeam"
|
||||
desc = "An energy emitter that fires spread-fire laser shells."
|
||||
icon_state = "eshotgun"
|
||||
ammo_type = list(/obj/item/ammo_casing/energy/laser/eshotgun/cyborg)
|
||||
|
||||
/obj/item/gun/energy/gun/shotgun/newshot()
|
||||
..()
|
||||
robocharge()
|
||||
|
||||
/obj/item/gun/energy/emitter/gun/shotgun/emp_act()
|
||||
return
|
||||
|
||||
// MARK: FAKE ENERGY GUN
|
||||
/obj/item/gun/energy/gun/fake
|
||||
name = "replica EG-7 energy gun"
|
||||
|
||||
Reference in New Issue
Block a user