promoting to active duty

This commit is contained in:
2024-04-30 19:44:05 -05:00
parent 5c023b4c4d
commit c56702bd75
@@ -140,6 +140,8 @@ public class VendorDialogMsg extends ClientNetMsg {
ChatManager.chatSystemInfo(playerCharacter, "You Are Already The Active Character."); ChatManager.chatSystemInfo(playerCharacter, "You Are Already The Active Character.");
return; return;
} }
playerCharacter.isBoxed = false;
playerCharacter.removeEffectBySource(Enum.EffectSourceType.DeathShroud,50,true);
ChatManager.chatSystemInfo(playerCharacter, "Promoting To Active Duty"); ChatManager.chatSystemInfo(playerCharacter, "Promoting To Active Duty");
ArrayList<PlayerCharacter> currentBoxes = new ArrayList<>(); ArrayList<PlayerCharacter> currentBoxes = new ArrayList<>();
for(PlayerCharacter pc : SessionManager.getAllActivePlayerCharacters()){ for(PlayerCharacter pc : SessionManager.getAllActivePlayerCharacters()){