Files
GS13NG/modular_citadel/code/modules/crafting/recipes.dm
2017-12-15 16:57:22 +08:00

5 lines
219 B
Plaintext

/datum/crafting_recipe/toyneb
name = "Non-Euplastic Blade"
reqs = list(/obj/item/light/tube = 1, /obj/item/stack/cable_coil = 1, /obj/item/stack/sheet/plastic = 4)
result = /obj/item/toy/sword/cx
category = CAT_MISC