Files
CHOMPStation2/code/modules/materials/material_recipes_vr.dm
Leshana b4b9cea362 Make light switches constructable
Adds constructable light switches using Brown's construction stage icons.
2018-02-14 21:26:00 -05:00

5 lines
135 B
Plaintext

/material/steel/generate_recipes()
. = ..()
recipes += new/datum/stack_recipe("light switch frame", /obj/item/frame/lightswitch, 2)