mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Adds ninja hardsuit selection (#9631)
This commit is contained in:
@@ -35,4 +35,16 @@
|
||||
allowed_magazines = list(/obj/item/ammo_magazine/plasma/light)
|
||||
caliber = "plasma bolt"
|
||||
fire_sound = 'sound/weapons/gunshot/bolter.ogg'
|
||||
fire_delay = 6
|
||||
fire_delay = 6
|
||||
|
||||
/obj/item/gun/energy/mountedplasma
|
||||
name = "plasma cannon"
|
||||
fire_sound = 'sound/weapons/gunshot/slammer.ogg'
|
||||
burst = 2
|
||||
burst_delay = 3
|
||||
max_shots = 15
|
||||
charge_cost = 100
|
||||
use_external_power = TRUE
|
||||
self_recharge = TRUE
|
||||
projectile_type = /obj/item/projectile/plasma
|
||||
|
||||
|
||||
Reference in New Issue
Block a user