Planes changes

This commit is contained in:
barelyprofessional
2025-10-12 01:56:26 -05:00
parent 7e1a88b6a3
commit d863c5666d

View File

@@ -532,7 +532,7 @@ public class Planes : ICommand
}
else if (row == 7) //water/carrier row
{
if ((counter + column) % carrierCount == 0) output += Carrier;
if (((fullCounter - 3) + column) % carrierCount == 0) output += Carrier;
else output += Water;
}
else //this leaves rows 0-5 and columns 0-24, exactly what we need for the board