From a230264eb35e37fa35adad4f0b5e57a77df6c22a Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:32:39 +0200 Subject: [PATCH] [MIRROR] make janitorialcart hold more water (#28152) * make janitorialcart hold more water (#83829) not 3 buckets in a trench coat ## About The Pull Request the cart is big so it should hold more water ## Why It's Good For The Game hives human janitors a point vs borgs or an assistant pulling a clean bot * make janitorialcart hold more water --------- Co-authored-by: lizelive --- code/game/objects/structures/janitor.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/janitor.dm b/code/game/objects/structures/janitor.dm index 4f5bdf28127..0413bcac539 100644 --- a/code/game/objects/structures/janitor.dm +++ b/code/game/objects/structures/janitor.dm @@ -73,6 +73,7 @@ /obj/structure/mop_bucket/janitorialcart/Initialize(mapload) . = ..() + reagents.maximum_volume *= 2.5 GLOB.janitor_devices += src /obj/structure/mop_bucket/janitorialcart/Destroy()