Merge pull request #4907 from Vivinet/Potat-OS

Craftable Intellicard Alt: Potat-OS
This commit is contained in:
deathride58
2018-01-18 23:05:21 +00:00
committed by GitHub
4 changed files with 12 additions and 1 deletions
@@ -2,4 +2,10 @@
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
category = CAT_MISC
/datum/crafting_recipe/potatos
name = "Potat-OS"
reqs = list(/obj/item/stack/cable_coil = 1, /obj/item/stack/rods = 1, /obj/item/reagent_containers/food/snacks/grown/potato = 1, /obj/item/device/aicard = 1 )
result = /obj/item/device/aicard/potato
category = CAT_ROBOT