From e4e3932eb3d09994e96d13afc72d194bfe753489 Mon Sep 17 00:00:00 2001 From: Fermi Date: Tue, 25 Jun 2019 23:46:42 +0100 Subject: [PATCH] Sprites --- .../code/modules/reagents/reagent container/hypovial.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/reagents/reagent container/hypovial.dm b/modular_citadel/code/modules/reagents/reagent container/hypovial.dm index 07c2ce861d..624c25e87e 100755 --- a/modular_citadel/code/modules/reagents/reagent container/hypovial.dm +++ b/modular_citadel/code/modules/reagents/reagent container/hypovial.dm @@ -14,7 +14,8 @@ "green hypovial" = "hypovial-a", "orange hypovial" = "hypovial-k", "purple hypovial" = "hypovial-p", - "black hypovial" = "hypovial-t" + "black hypovial" = "hypovial-t", + "pink hypovial" = "hypovial-pink" ) /obj/item/reagent_containers/glass/bottle/vial/Initialize()