Fix TypeScript errors in action engine
This commit is contained in:
@@ -25,7 +25,7 @@ export type DamagePropTask = BaseTask & {
|
||||
title?: string;
|
||||
operation: 'increment' | 'set';
|
||||
value: number;
|
||||
targetProp: CreatureProperty;
|
||||
targetProp: CreatureProperty | { name: string, };
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user