Update PlanesCommand.cs (#85)

use cloud instead of white squire
This commit is contained in:
alogindtractor
2026-02-15 16:53:46 -08:00
committed by GitHub
parent 1ce3f0e8e5
commit f0c1e77e5f

View File

@@ -36,7 +36,7 @@ public class Planes : ICommand
private const string Multi = "*️⃣";
private const string Carrier = "⛴";
private const string Water = "🌊";
private const string Air = "\u2B1C"; // White square
private const string Air = ""; // cloud
private const string BlankSpace = ""; //need 35?
private bool _rigged = false;
private bool _riggedWin = false;