mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Moves var
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user