mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user