From 16c2f8f4c7f174baa75c4411a5227ff8bb7b061a Mon Sep 17 00:00:00 2001 From: Mercenaryblue Date: Sun, 29 Oct 2017 19:45:54 -0400 Subject: [PATCH] Honkbots Tablecrafting You can now tablecraft Honkbots. --- code/modules/crafting/recipes.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 65a78d0ef0..191c2b442b 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -179,6 +179,16 @@ time = 40 category = CAT_ROBOT +/datum/crafting_recipe/honkbot + name = "Honkbot" + result = /mob/living/simple_animal/bot/honkbot + reqs = list(/obj/item/storage/box/clown = 1, + /obj/item/bodypart/r_arm/robot = 1, + /obj/item/device/assembly/prox_sensor = 1, + /obj/item/bikehorn/ = 1) + time = 40 + category = CAT_ROBOT + /datum/crafting_recipe/improvised_pneumatic_cannon //Pretty easy to obtain but name = "Pneumatic Cannon" result = /obj/item/pneumatic_cannon/ghetto