[FIX] Floorbots now actually use the colour of the toolbox they were made of (#26730)

* Floorbots now actually use the colour of the toolbox they were made of

* Remove random newline

---------

Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
Adrer
2024-09-12 16:59:46 +00:00
committed by GitHub
co-authored by Adrer
parent f67dbca14f
commit f7472de36c
@@ -412,6 +412,8 @@
/mob/living/simple_animal/bot/floorbot/update_overlays()
. = ..()
if(toolbox_color)
. += "[toolbox_color]floorbot"
if(mode == BOT_REPAIRING || mode == BOT_EAT_TILE || mode == BOT_MAKE_TILE)
. += "floorbot_work"
else