mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user