mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Codex code improvements, recipes (#7068)
This commit is contained in:
8
modular_chomp/code/modules/lore_codex/codex.dm
Normal file
8
modular_chomp/code/modules/lore_codex/codex.dm
Normal file
@@ -0,0 +1,8 @@
|
||||
/obj/item/weapon/book/codex/chef_recipes
|
||||
name = "Chef Recipes Ultramatus Edition"
|
||||
color = "#585a5e"
|
||||
icon = 'icons/obj/library_ch.dmi'
|
||||
icon_state = "cooked_book"
|
||||
item_state = "book16"
|
||||
root_type = /datum/lore/codex/category/cooking_recipe_list
|
||||
libcategory = "Reference"
|
||||
Reference in New Issue
Block a user