@@ -236,10 +236,6 @@ GLOBAL_LIST_INIT(plasteel_recipes, list(
236236 . = .. ()
237237 recipes = GLOB . plasteel_recipes
238238
239- / obj / item/ stack/ sheet/ wood/ cyborg
240- energy_type = / datum / robot_storage/ energy/ wood
241- is_cyborg = TRUE
242-
243239// ////////////////////////////
244240// MARK: WOOD
245241// ////////////////////////////
@@ -306,6 +302,13 @@ GLOBAL_LIST_INIT(wood_recipes, list(
306302 . = .. ()
307303 recipes = GLOB . wood_recipes
308304
305+ / obj / item/ stack/ sheet/ wood/ fifty
306+ amount = 50
307+
308+ / obj / item/ stack/ sheet/ wood/ cyborg
309+ energy_type = / datum / robot_storage/ energy/ wood
310+ is_cyborg = TRUE
311+
309312// ////////////////////////////
310313// MARK: BAMBOO
311314// ////////////////////////////
@@ -412,6 +415,9 @@ GLOBAL_LIST_INIT(cloth_recipes, list (
412415/ obj / item/ stack/ sheet/ cloth/ ten
413416 amount = 10
414417
418+ / obj / item/ stack/ sheet/ cloth/ fifty
419+ amount = 50
420+
415421// ////////////////////////////
416422// MARK: DURATHREAD
417423// ////////////////////////////
@@ -441,6 +447,9 @@ GLOBAL_LIST_INIT(durathread_recipes, list (
441447 recipes = GLOB . durathread_recipes
442448 return .. ()
443449
450+ / obj / item/ stack/ sheet/ durathread/ fifty
451+ amount = 50
452+
444453/ obj / item/ stack/ sheet/ cotton
445454 name = " raw cotton bundle"
446455 desc = " A bundle of raw cotton ready to be spun on the loom."
@@ -522,6 +531,9 @@ GLOBAL_LIST_INIT(cardboard_recipes, list (
522531 . = .. ()
523532 recipes = GLOB . cardboard_recipes
524533
534+ / obj / item/ stack/ sheet/ cardboard/ fifty
535+ amount = 50
536+
525537// ////////////////////////////
526538// MARK: SOIL
527539// ////////////////////////////
0 commit comments