Browse Source

promoting to active duty

lakebane-master
FatBoy-DOTC 6 months ago
parent
commit
c56702bd75
  1. 2
      src/engine/net/client/msg/VendorDialogMsg.java

2
src/engine/net/client/msg/VendorDialogMsg.java

@ -140,6 +140,8 @@ public class VendorDialogMsg extends ClientNetMsg { @@ -140,6 +140,8 @@ public class VendorDialogMsg extends ClientNetMsg {
ChatManager.chatSystemInfo(playerCharacter, "You Are Already The Active Character.");
return;
}
playerCharacter.isBoxed = false;
playerCharacter.removeEffectBySource(Enum.EffectSourceType.DeathShroud,50,true);
ChatManager.chatSystemInfo(playerCharacter, "Promoting To Active Duty");
ArrayList<PlayerCharacter> currentBoxes = new ArrayList<>();
for(PlayerCharacter pc : SessionManager.getAllActivePlayerCharacters()){

Loading…
Cancel
Save