Fermichem part 2.1: Adds a reaction/reagent lookup GUI! (#56868)

Adds a new GUI that can be opened from the chem dispenser that will let you look up all reactions and reagents presently in the game (except secret recipes).

For the colours:
purple - clicking this will give you a recipe
blue - clicking this will give you a reagent
green - clicking this will turn it off (or it's also green if the reagent is present in the associated beaker the UI is linked to)
red - clicking this will turn it on

Co-authored-by: Rohesie <rohesie@gmail.com>
Co-authored-by: Mothblocks <35135081+Jared-Fogle@users.noreply.github.com>
Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
This commit is contained in:
Thalpy
2021-02-19 18:41:59 +00:00
committed by GitHub
parent 3f3c8a831a
commit 864d6ca09b
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)