Space update

This commit is contained in:
ariaworld
2024-09-02 00:20:38 +02:00
parent 7a33682cfc
commit 0601002cd1
48 changed files with 10227 additions and 36 deletions
@@ -6,6 +6,7 @@
* Bamboo
* Cloth
* Durathread
* Wax
* Cardboard
* Runed Metal (cult)
* Brass (clockwork cult)
@@ -484,6 +485,24 @@ GLOBAL_LIST_INIT(durathread_recipes, list ( \
. = ..()
. += GLOB.durathread_recipes
/* Wax */
GLOBAL_LIST_INIT(wax_recipes, list (new/datum/stack_recipe("Wax tile", /obj/item/stack/tile/mineral/wax, 1, 4, 20)))
/obj/item/stack/sheet/wax
name = "wax"
icon_state = "sheet-wax"
item_state = "sheet-wax"
singular_name = "wax block"
force = 1
throwforce = 2
grind_results = list(/datum/reagent/consumable/honey = 20)
merge_type = /obj/item/stack/sheet/wax
/obj/item/stack/sheet/wax/get_main_recipes()
. = ..()
. += GLOB.wax_recipes
/*
* Cardboard
*/