Limits the amount of distinct chems that can be held in chemistry factory outputs (#93991)

This commit is contained in:
MrMelbert
2025-12-21 14:19:22 +01:00
committed by GitHub
parent 4027294305
commit dc357ab2f7
11 changed files with 71 additions and 36 deletions
@@ -43,7 +43,7 @@
. = ..()
AddComponent(/datum/component/plumbing/simple_demand)
AddComponent(/datum/component/plumbing/simple_demand, distinct_reagent_cap = 5)
AddComponent(/datum/component/simple_rotation)
register_context()