Moves var

This commit is contained in:
Unknown
2019-08-06 21:03:35 -04:00
parent f699825119
commit 03976d3dd3
2 changed files with 3 additions and 1 deletions
@@ -18,7 +18,6 @@
var/filled = 0
var/list/filled_reagents = list()
var/hyposound // What sound do we play on use?
var/prototype = 0 //VOREStation Add - Prototype Hypospray
/obj/item/weapon/reagent_containers/hypospray/Initialize()
. = ..()
@@ -23,6 +23,9 @@
for (var/i = 1 to 7)
new /obj/item/weapon/reagent_containers/hypospray/autoinjector/miner(src)
/obj/item/weapon/reagent_containers/hypospray
var/prototype = 0
/obj/item/weapon/reagent_containers/hypospray/science
name = "prototype hypospray"
desc = "This reproduction hypospray is nearly a perfect replica of the early model DeForest hyposprays, sharing many of the same features. However, there are additional safety measures installed to prevent unwanted injections."