mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Adds IK-134 laser gatling gun (#31483)
* Adds IK-134 laser gatling gun * Attack chain * Fixes spread * Linter * Apply suggestions from code review Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> * Update code/modules/projectiles/guns/energy/laser_gatling.dm Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>
This commit is contained in:
co-authored by
JimKil3
parent
71e9110dfc
commit
887b3348c0
@@ -53,6 +53,12 @@
|
||||
/obj/item/ammo_casing/energy/laser/eshotgun/cyborg
|
||||
e_cost = 500
|
||||
|
||||
/obj/item/ammo_casing/energy/laser/minigun
|
||||
projectile_type = /obj/projectile/beam/laser/minigun
|
||||
click_cooldown_override = 2
|
||||
variance = 20
|
||||
randomspread = 1
|
||||
|
||||
/obj/item/ammo_casing/energy/laser/heavy
|
||||
projectile_type = /obj/projectile/beam/laser/heavylaser
|
||||
select_name = "anti-vehicle"
|
||||
|
||||
Reference in New Issue
Block a user