mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Remove phorochem code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user