TeamManager avatar add refactor.

This commit is contained in:
ProxyismGH
2022-05-26 18:38:52 -07:00
committed by Melledy
parent 6a9018e310
commit 880d177034
5 changed files with 134 additions and 26 deletions

View File

@@ -57,7 +57,8 @@ public final class GiveAllCommand implements CommandHandler {
}
// This will handle stats and talents
avatar.recalcStats();
player.addAvatar(avatar);
// Don't try to add each avatar to the current team
player.addAvatar(avatar, false);
}
//some test items