Fix basic energy gun runtime

This commit is contained in:
Markolie
2014-11-30 02:36:35 +01:00
parent 24221ab135
commit ced6357e9b
+1 -1
View File
@@ -7,7 +7,7 @@
var/obj/item/weapon/cell/power_supply //What type of power cell this uses
var/charge_cost = 1000 //How much energy is needed to fire.
var/cell_type = "/obj/item/weapon/cell"
var/projectile_type = "/obj/item/projectile/beam/practice"
var/projectile_type = "/obj/item/projectile/beam"
var/modifystate
emp_act(severity)