From d85116abe7156b9ae33b25e26ced32b3bb8a0664 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 17 Feb 2018 18:10:21 -0600 Subject: [PATCH] fixes travis --- code/modules/vore/eating/voreitems.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/eating/voreitems.dm b/code/modules/vore/eating/voreitems.dm index a1d52d109a..5d157c39fe 100644 --- a/code/modules/vore/eating/voreitems.dm +++ b/code/modules/vore/eating/voreitems.dm @@ -33,7 +33,7 @@ ////////////////////////// Anti-Noms Drugs ////////////////////////// - +/* /datum/reagent/medicine/ickypak name = "Ickypak" id = "ickypak" @@ -60,4 +60,4 @@ name = "Ickypak" id = "ickypak" results = list("ickypak" = 2) - required_reagents = list("chlorine" = 2 , "oil" = 1) \ No newline at end of file + required_reagents = list("chlorine" = 2 , "oil" = 1) */ \ No newline at end of file