From 748367c5912bcd0f65a055b074880cac69d3a337 Mon Sep 17 00:00:00 2001 From: Crazylemon Date: Tue, 2 Feb 2016 16:33:22 -0800 Subject: [PATCH] Removes salicyclic acid - duplicated by hydrocodone --- code/game/gamemodes/miniantags/borer/borer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/miniantags/borer/borer.dm b/code/game/gamemodes/miniantags/borer/borer.dm index de173f751c9..578d2e55b60 100644 --- a/code/game/gamemodes/miniantags/borer/borer.dm +++ b/code/game/gamemodes/miniantags/borer/borer.dm @@ -260,7 +260,7 @@ src << "You don't have enough chemicals!" - var/chem = input("Select a chemical to secrete.", "Chemicals") as null|anything in list("mannitol","salglu_solution","methamphetamine","sal_acid", "hydrocodone", "spaceacillin", "mitocholide", "charcoal", "salbutamol", "capulettium_plus") + var/chem = input("Select a chemical to secrete.", "Chemicals") as null|anything in list("mannitol","salglu_solution","methamphetamine", "hydrocodone", "spaceacillin", "mitocholide", "charcoal", "salbutamol", "capulettium_plus") if(!chem || chemicals < chem_cost || !host || controlling || !src || stat) //Sanity check. return