Fermichem 2.4 - C2 medicine recipe adaptations and atunements to the new mechanics (#57104)

Co-authored-by: Rohesie <rohesie@gmail.com>
Co-authored-by: Mothblocks <35135081+Jared-Fogle@users.noreply.github.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
Thalpy
2021-02-27 22:10:53 +00:00
committed by GitHub
parent c3011a1e86
commit 5bfab4a84b
48 changed files with 2012 additions and 237 deletions
@@ -14,10 +14,12 @@ PROCESSING_SUBSYSTEM_DEF(reagents)
. = ..()
//So our first step isn't insane
previous_world_time = world.time
///Blacklists these reagents from being added to the master list. the exact type only. Children are not blacklisted.
GLOB.fake_reagent_blacklist = list(/datum/reagent/medicine/c2, /datum/reagent/medicine, /datum/reagent/reaction_agent)
//Build GLOB lists - see holder.dm
build_chemical_reagent_list()
build_chemical_reactions_lists()
return
return
/datum/controller/subsystem/processing/reagents/fire(resumed = FALSE)
if (!resumed)