add food icons to cookbook pda app (#31139)

This commit is contained in:
warriorstar-orion
2025-12-04 15:59:52 +00:00
committed by GitHub
parent f36344740c
commit 6427827123
3 changed files with 21 additions and 8 deletions
+2
View File
@@ -180,6 +180,8 @@ GLOBAL_LIST_EMPTY(pcwj_cookbook_lookup)
var/list/entry = list()
entry["name"] = product::name
entry["icon"] = product::icon
entry["icon_state"] = product::icon_state
entry["container"] = "[container_type::preposition] \a [container_type::name]"
entry["instructions"] = list()
for(var/datum/cooking/recipe_step/step in example_recipe.steps)