You can now build floor bots with any toolbox

This commit is contained in:
shellspeed1
2020-11-09 21:24:45 -08:00
parent 6b4579d059
commit 7a0c0a0e04
2 changed files with 3 additions and 3 deletions
@@ -40,7 +40,7 @@
/datum/crafting_recipe/floorbot
name = "Floorbot"
result = /mob/living/simple_animal/bot/floorbot
reqs = list(/obj/item/storage/toolbox/mechanical = 1,
reqs = list(/obj/item/storage/toolbox = 1,
/obj/item/stack/tile/plasteel = 1,
/obj/item/assembly/prox_sensor = 1,
/obj/item/bodypart/r_arm/robot = 1)