mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] basic cleanbots refactor and new janitor skillchip [MDB IGNORE] (#25511)
* basic cleanbots refactor and new janitor skillchip * Update medbot.dm * UpdatePaths --------- Co-authored-by: Ben10Omintrix <138636438+Ben10Omintrix@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
co-authored by
Ben10Omintrix
Bloop
parent
a2456e81d3
commit
3d816fc0d5
@@ -284,8 +284,8 @@
|
||||
var/obj/structure/mop_bucket/janitorialcart/janicart = custodial_tools
|
||||
tool_name = "[janicart.name] - Water level: [janicart.reagents.total_volume] / [janicart.reagents.maximum_volume]"
|
||||
|
||||
if(istype(custodial_tools, /mob/living/simple_animal/bot/cleanbot))
|
||||
var/mob/living/simple_animal/bot/cleanbot/cleanbots = custodial_tools
|
||||
if(istype(custodial_tools, /mob/living/basic/bot/cleanbot))
|
||||
var/mob/living/basic/bot/cleanbot/cleanbots = custodial_tools
|
||||
tool_name = "[cleanbots.name] - [cleanbots.bot_mode_flags & BOT_MODE_ON ? "Online" : "Offline"]"
|
||||
|
||||
var/list/tool_information = list(
|
||||
|
||||
Reference in New Issue
Block a user