[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 <github@lize.live>
This commit is contained in:
SkyratBot
2024-06-14 10:32:39 -04:00
committed by GitHub
co-authored by lizelive
parent e03f8636fd
commit a230264eb3
+1
View File
@@ -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()