More moves implemented

This commit is contained in:
2025-05-05 11:36:59 +02:00
parent 11ba3c73bb
commit 292c303fc0
39 changed files with 818 additions and 68 deletions

View File

@@ -64,6 +64,7 @@ public class MoveChoice : TurnChoice, IMoveChoice
secondaryEffect.Parameters, out var script))
{
Script.Set(script);
script.OnAddedToParent(this);
}
}
}