Merge pull request #15526 from timothyteakettle/bartender-pda

adds bartender cartridge for drink recipe searching, updates chemist cartridge to have equivalent functionality for all recipes
This commit is contained in:
silicons
2022-02-26 18:08:47 -07:00
committed by GitHub
9 changed files with 67 additions and 1 deletions
@@ -54,6 +54,8 @@ GLOBAL_LIST_INIT(food_reagents, build_reagents_to_food()) //reagentid = related
var/max_result_reagents = 1
var/list/possible_results = list()
is_secret = TRUE
/datum/chemical_reaction/randomized/proc/GenerateRecipe()
created = world.time
if(randomize_container)