[MIRROR] Fermichem part 2.1: Adds a reaction/reagent lookup GUI! (#3513)

* Fermichem part 2.1: Adds a reaction/reagent lookup GUI!

* Update chem_dispenser.dm

* Update reagents.dm

Co-authored-by: Thalpy <33956696+Thalpy@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-02-20 00:14:45 +01:00
committed by GitHub
parent 7d940faf68
commit da71129f87
28 changed files with 1700 additions and 85 deletions
@@ -16,7 +16,7 @@ PROCESSING_SUBSYSTEM_DEF(reagents)
previous_world_time = world.time
//Build GLOB lists - see holder.dm
build_chemical_reagent_list()
build_chemical_reactions_list()
build_chemical_reactions_lists()
return
/datum/controller/subsystem/processing/reagents/fire(resumed = FALSE)