Speed Boots [Tier 3 Civ-Service] (#21438)

* Speed Boots

* validate

* monkey
This commit is contained in:
Nemanja
2023-11-07 20:25:43 -05:00
committed by GitHub
parent a6985e5b4b
commit 94368f1f00
24 changed files with 296 additions and 33 deletions

View File

@@ -22,7 +22,7 @@ public sealed partial class PowerCellSystem
if (!comp.Drawing)
continue;
if (_timing.CurTime < comp.NextUpdateTime)
if (Timing.CurTime < comp.NextUpdateTime)
continue;
comp.NextUpdateTime += Delay;