Custodial Fixes (#22371)

fixes missing stripes on the custodial airlock mapping preview and a
message when you put a mop bucket on a custodial cart.
This commit is contained in:
SleepyGemmy
2026-04-28 23:43:04 +00:00
committed by GitHub
parent 4e27da8c2a
commit 1d03b8067b
3 changed files with 10 additions and 1 deletions
@@ -90,7 +90,7 @@
if(istype(mopbucket, /obj/structure/mopbucket) && !my_bucket && do_after(user, 20))
mopbucket.forceMove(src)
my_bucket = mopbucket
to_chat(user, "You mount the [mopbucket] on the janicart.")
to_chat(user, SPAN_NOTICE("You mount \the [mopbucket] on \the [src]."))
get_storage_contents_list()
else
..()