Actions targeting other creatures now works on both tabletop and character sheet
This commit is contained in:
@@ -11,7 +11,7 @@ export interface EngineAction {
|
||||
_decisions?: any[],
|
||||
creatureId: string;
|
||||
rootPropId?: string;
|
||||
tabletopId: string;
|
||||
tabletopId?: string;
|
||||
targetIds?: string[];
|
||||
results: TaskResult[];
|
||||
taskCount: number;
|
||||
|
||||
Reference in New Issue
Block a user