Remove phorochem code

This commit is contained in:
Razgriz
2020-09-26 15:06:20 -07:00
committed by GitHub
parent 411d757f90
commit f8bd128836

View File

@@ -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
return