diff --git a/code/modules/hydroponics/seed_machines_yw.dm b/code/modules/hydroponics/seed_machines_yw.dm index d0755105d3..46e172094f 100644 --- a/code/modules/hydroponics/seed_machines_yw.dm +++ b/code/modules/hydroponics/seed_machines_yw.dm @@ -33,8 +33,10 @@ for(var/R in SSchemistry.chemical_reagents) testlist.Add(R) var/datum/reagent/current = SSchemistry.chemical_reagents[R] +/*CHOMP Edit: Remove Phorochem code if(istype(current, /datum/reagent/phororeagent)) //phorochems are banned from this process, obviously continue +*/ allowed_reagents.Add(R) allowed_reagents -= banlist //apparently outright checking if it's in the banlist before it's added doesn't work? @@ -205,4 +207,4 @@ visible_message("[bicon(src)] [src] pings unhappily, flashing a red warning light.") loaded_beaker.reagents.remove_reagent(chem_name, chem_amount) //remove ALL of the reagent from the beaker visible_message("[bicon(src)] The [src] beeps, indicating genetic synthesis was successful.") - return \ No newline at end of file + return