forked from MagicBane/Server
promoting to active duty
This commit is contained in:
@@ -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()){
|
||||
|
||||
Reference in New Issue
Block a user