mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Remove phorochem code
This commit is contained in:
@@ -33,8 +33,10 @@
|
|||||||
for(var/R in SSchemistry.chemical_reagents)
|
for(var/R in SSchemistry.chemical_reagents)
|
||||||
testlist.Add(R)
|
testlist.Add(R)
|
||||||
var/datum/reagent/current = SSchemistry.chemical_reagents[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
|
if(istype(current, /datum/reagent/phororeagent)) //phorochems are banned from this process, obviously
|
||||||
continue
|
continue
|
||||||
|
*/
|
||||||
allowed_reagents.Add(R)
|
allowed_reagents.Add(R)
|
||||||
allowed_reagents -= banlist //apparently outright checking if it's in the banlist before it's added doesn't work?
|
allowed_reagents -= banlist //apparently outright checking if it's in the banlist before it's added doesn't work?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user