mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
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:
@@ -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
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user