mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
add food icons to cookbook pda app (#31139)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user