diff --git a/code/modules/hydroponics/seed.dm b/code/modules/hydroponics/seed.dm index 70b5c99170..c196b3d2d0 100644 --- a/code/modules/hydroponics/seed.dm +++ b/code/modules/hydroponics/seed.dm @@ -452,15 +452,14 @@ var/additional_chems = rand(0,5) if(additional_chems) - //VOREStation Edit Start TFF 24/1/20 - More chems to the blacklist for prefs reasoning. var/list/banned_chems = list( "adminordrazine", "nutriment", - "macrocillin", + "macrocillin", //VOREStation Edit Start 24/1/20 - More chems to the blacklist for prefs reasoning, "microcillin", - "normalcillin" + "normalcillin", + "magicdust" //VOREStation Edit: Meme reagent as adminspawn only. ) - //VOREStation Edit End for(var/x=1;x<=additional_chems;x++)