Fix for training gun runtime.

This commit is contained in:
Chinsky
2012-11-13 01:42:11 +04:00
parent f45855078b
commit 058aa7a795

View File

@@ -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)