Started fixing action target selection
This commit is contained in:
@@ -8,6 +8,9 @@ export default function getReplayChoicesInputProvider(actionId: string, decision
|
||||
const decisionStack = [...decisions].reverse();
|
||||
const dRoller = getDeterministicDiceRoller(actionId);
|
||||
const replaySavedInput: InputProvider = {
|
||||
targetIds() {
|
||||
return Promise.resolve(decisionStack.pop());
|
||||
},
|
||||
nextStep() {
|
||||
return Promise.resolve();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user