This commit is contained in:
@@ -15,6 +15,7 @@ public static class MoveTurnExecutor
|
||||
{
|
||||
internal static void ExecuteMoveChoice(IBattle battle, IMoveChoice moveChoice)
|
||||
{
|
||||
moveChoice.User.BattleData!.LastMoveChoice = moveChoice;
|
||||
var chosenMove = moveChoice.ChosenMove;
|
||||
var useMove = chosenMove.MoveData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user