From 935eddca36afc24ad1d5162e9e8ea170b6c406ec Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Fri, 22 May 2020 10:04:50 -0400 Subject: [PATCH] Add description_info for new janicart features --- code/game/objects/structures/janicart.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/janicart.dm b/code/game/objects/structures/janicart.dm index e6e58954a4..78bc276ecd 100644 --- a/code/game/objects/structures/janicart.dm +++ b/code/game/objects/structures/janicart.dm @@ -3,6 +3,7 @@ GLOBAL_LIST_BOILERPLATE(all_janitorial_carts, /obj/structure/janitorialcart) /obj/structure/janitorialcart name = "janitorial cart" desc = "The ultimate in janitorial carts! Has space for water, mops, signs, trash bags, and more!" + description_info = "You can use alt-click while holding a mop to stow the mop. Alt-click holding a reagent container will empty the contents into the bucket without trying to put the container in any attached trash bag." icon = 'icons/obj/janitor.dmi' icon_state = "cart" anchored = 0