Makes janicarts hold more water (#4558)

* Makes janicarts hold more water

So you don't have to run back to grab some more water every 20 seconds while cleaning up dirt.

* Update janicart.dm
This commit is contained in:
Cameron653
2018-01-17 17:29:49 -06:00
committed by Anewbe
parent 7d7a989efc
commit 788d5a68d6
+2 -2
View File
@@ -17,7 +17,7 @@
/obj/structure/janitorialcart/New()
create_reagents(100)
create_reagents(300)
/obj/structure/janitorialcart/examine(mob/user)
@@ -178,7 +178,7 @@
/obj/structure/bed/chair/janicart/New()
create_reagents(100)
create_reagents(300)
update_layer()