From f699825119aa889f6f2308bb1d449d4e71f084ba Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 6 Aug 2019 20:58:25 -0400 Subject: [PATCH] Forgot a Var --- code/modules/reagents/reagent_containers/hypospray.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 6b7910fab3..af69556247 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -18,6 +18,7 @@ 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() . = ..()