diff --git a/code/modules/hydroponics/seed.dm b/code/modules/hydroponics/seed.dm index 047107420a..b300208018 100644 --- a/code/modules/hydroponics/seed.dm +++ b/code/modules/hydroponics/seed.dm @@ -430,9 +430,22 @@ if(additional_chems) - var/list/banned_chems = list( + var/list/banned_chems = list( //expanding this list on request - Skits "adminordrazine", - "nutriment" + "nutriment", + "spideregg", + "bloodburn", + "eden_snake", + "aphrodisiac", + "change_drug", + "change_drug_male", + "change_drug_female", + "change_drug_intersex", + "macrocillin", + "microcillin", + "normalcillin", + "fakesynxchem", + "clownsynxchem" ) for(var/x=1;x<=additional_chems;x++) @@ -565,7 +578,7 @@ banned_chems += new_chem chems[new_chem] = list(rand(1,10),rand(10,20)) source_turf.visible_message("\The [display_name] produce seems to be different!") - + if(7) if(get_trait(TRAIT_YIELD) != -1) set_trait(TRAIT_YIELD, get_trait(TRAIT_YIELD)+(rand(-2,2)*degree),10,0)