mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user