Skip to content

Commit

Permalink
Update ducts.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Apr 10, 2024
1 parent eb860b8 commit cf47e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/plumbing/ducts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf47e69

Please sign in to comment.