From c50ffff2323dd907e036dcb273ae1b5c64191dc5 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 25 Feb 2019 21:56:00 -0500 Subject: [PATCH] How the heck did this pass travis Removes an extraneous call to super while defining the data members of the salglu bag. Whoops. --- code/modules/reagents/reagent_containers/iv_bag.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/iv_bag.dm b/code/modules/reagents/reagent_containers/iv_bag.dm index 8cea4b7658a..413621d8257 100644 --- a/code/modules/reagents/reagent_containers/iv_bag.dm +++ b/code/modules/reagents/reagent_containers/iv_bag.dm @@ -139,7 +139,6 @@ // PRE-FILLED IV BAGS BELOW /obj/item/reagent_containers/iv_bag/salglu - ..() name = "\improper IV Bag (Saline Glucose)" list_reagents = list("salglu_solution" = 200)