Refactored actions, 'cast a spell' task now works
This commit is contained in:
@@ -38,7 +38,7 @@ type InputProvider = {
|
||||
/**
|
||||
* Get the details of casting a spell
|
||||
*/
|
||||
castSpell(suggestedParams: CastSpellParams): Promise<CastSpellParams>;
|
||||
castSpell(suggestedParams: Partial<CastSpellParams>): Promise<CastSpellParams>;
|
||||
}
|
||||
|
||||
export type Advantage = 0 | 1 | -1;
|
||||
|
||||
Reference in New Issue
Block a user