Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hubol committed Sep 24, 2024
1 parent d4bf2ff commit 2ae6f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/igua/mixins/mxn-enemy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function mxnEnemy(obj: DisplayObject, args: MxnEnemyArgs) {
return enemyObj;
}

function defaultDamagedHandler(_: unknown, result: DamageResult) {
function defaultDamagedHandler(_: unknown, result: RpgStatus.DamageResult) {
if (!result.rejected && result.damaged) {
Rng.choose(
Sfx.Impact.VsEnemyPhysical_0,
Expand Down

0 comments on commit 2ae6f76

Please sign in to comment.