mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-04 05:08:26 +00:00
8 lines
300 B
Plaintext
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) |