Merge pull request #13670 from shellspeed1/master

Makes floor bots buildable with all toolboxes.
This commit is contained in:
silicons
2020-11-15 17:12:37 -07:00
committed by GitHub
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)