refactor(CheatEnabler/UniverseGen): consume more centralized constants

This commit is contained in:
2026-06-23 20:48:35 +08:00
parent 25b33144b8
commit 1939a9cf22
6 changed files with 50 additions and 46 deletions
@@ -246,7 +246,7 @@ internal class BeltSignalGenerator : PatchImpl<BeltSignalGenerator>
if (result.TryGetValue(ItemIds.ProliferatorMkIII, out var pv))
{
proliferatorCount = pv;
result.Remove(1143);
result.Remove(ItemIds.ProliferatorMkIII);
}
if (FactoryPatch.BeltSignalUseProliferatorEnabled.Value)
{