Changes to characters

This commit is contained in:
barelyprofessional
2025-10-08 23:57:11 -05:00
parent 09b6bcb063
commit 2457a042f3

View File

@@ -268,11 +268,11 @@ public class Planes : ICommand
private const string PlaneUp = "🛫";
private const string PlaneDown = "🛬";
private const string PlaneExplosion = "🔥";
private const string Bomb = "🚀";
private const string Multi = "💎";
private const string Bomb = "";
private const string Multi = "*️⃣";
private const string Carrier = "⛴";
private const string Water = "🌊";
private const string Air = "\u25A1"; // White square
private const string Air = "\u2B1C"; // White square
private const string BlankSpace = ""; //need 35?
public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,