mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-08-05 15:20:15 +08:00
refactor(CheatEnabler/UniverseGen): consume more centralized constants
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user