Replace cloud with fog

This commit is contained in:
barelyprofessional
2026-02-16 00:47:38 -06:00
parent f0c1e77e5f
commit 9183c45105

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 = ""; // cloud
private const string Air = "🌫"; // fog
private const string BlankSpace = ""; //need 35?
private bool _rigged = false;
private bool _riggedWin = false;