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