mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-10 09:22:05 +00:00
Fix for training gun runtime.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
var/obj/item/weapon/cell/power_supply //What type of power cell this uses
|
||||
var/charge_cost = 100 //How much energy is needed to fire.
|
||||
var/cell_type = "/obj/item/weapon/cell"
|
||||
var/projectile_type = "/obj/item/projectile/energy"
|
||||
var/projectile_type = "/obj/item/projectile/beam/practice"
|
||||
var/modifystate
|
||||
|
||||
emp_act(severity)
|
||||
|
||||
Reference in New Issue
Block a user