From cf47e69b3e9a059fb53e23bd03d8393c26720894 Mon Sep 17 00:00:00 2001 From: dwasint <82520990+dwasint@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:35:12 -0400 Subject: [PATCH] Update ducts.dm --- code/modules/plumbing/ducts.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/plumbing/ducts.dm b/code/modules/plumbing/ducts.dm index 9e91221ea8a5..d887df951bd5 100644 --- a/code/modules/plumbing/ducts.dm +++ b/code/modules/plumbing/ducts.dm @@ -19,7 +19,7 @@ All the important duct code: ///our ductnet, wich tracks what we're connected to var/datum/ductnet/duct ///amount we can transfer per process. note that the ductnet can carry as much as the lowest capacity duct - var/capacity = 100 + var/capacity = 10 ///the color of our duct var/duct_color = COLOR_VERY_LIGHT_GRAY