Craftable Intellicard Sprite: Potat-OS

- Adds the Potat-OS, a Portal inspired way to card AI's! Functionally identical to the intellicard, now with a %100 more starch.

- Crafted using a cable coil, a metal rod, an intellicard and a potato and found in the robot crafting menu.
This commit is contained in:
Vivinet
2018-01-17 21:28:06 -08:00
parent bf7a6e4340
commit 1cf142a7e4
3 changed files with 11 additions and 1 deletions
@@ -0,0 +1,4 @@
/obj/item/device/aicard/potato
name = "Potat-OS"
desc = "A storage device for possibly malfunctioning AIs. Go on. Get a big fat eyeful. With your big fat eyes."
icon = 'modular_citadel/icons/aicards.dmi'
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB