Update counter

This commit is contained in:
barelyprofessional
2025-10-09 00:12:49 -05:00
parent e25c96859f
commit fbd314e806

View File

@@ -398,7 +398,7 @@ public class Planes : ICommand
} }
counter++; counter++;
plane.Gravity(); plane.Gravity();
if (counter % 23 != 0) continue; if (counter % 13 != 0) continue;
planesBoard = planesBoard2; planesBoard = planesBoard2;
planesBoard2 = CreatePlanesBoard(gambler); planesBoard2 = CreatePlanesBoard(gambler);
} while (plane.Height < 6); } while (plane.Height < 6);