Files
VOREStation/code/modules/materials/material_recipes_vr.dm
2019-06-07 16:48:35 +02:00

8 lines
300 B
Plaintext

/material/steel/generate_recipes()
. = ..()
recipes += new/datum/stack_recipe("light switch frame", /obj/item/frame/lightswitch, 2)
/material/durasteel/generate_recipes()
. = ..()
recipes += new/datum/stack_recipe("durasteel fishing rod", /obj/item/weapon/material/fishing_rod/modern/strong, 2)