Fixes an issue with bot comms (#21621)

* the fix

* whoopsie
This commit is contained in:
DGamerL
2023-07-10 10:00:32 -05:00
committed by GitHub
parent 70103384b9
commit ced646821b
@@ -311,7 +311,7 @@
..()
if(istype(W, /obj/item/robot_parts/l_arm) || istype(W, /obj/item/robot_parts/r_arm))
qdel(W)
var/mob/living/simple_animal/bot/floorbot/A = new(drop_location(), toolbox_color)
var/mob/living/simple_animal/bot/floorbot/A = new(get_turf(src), toolbox_color)
A.name = created_name
A.robot_arm = W.type
to_chat(user, "<span class='notice'>You add the robot arm to the odd looking toolbox assembly. Boop beep!</span>")