Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
allmtz committed Feb 11, 2024
1 parent a4edfc9 commit 02d4cce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/abilities/Headless.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { Damage } from '../damage';
import { Team } from '../utility/team';
import * as matrices from '../utility/matrices';
import * as arrayUtils from '../utility/arrayUtils';
import { Creature } from '../creature';
import { Effect } from '../effect';
import { Direction } from '../utility/hex';
import Game from '../game';

/** Creates the abilities
Expand Down Expand Up @@ -295,7 +292,6 @@ export default (G: Game) => {
destinationX = !isOnLeft ? target.x + 2 : target.x - 3;
}

let x;
let hex;

// Check if Headless will be moved.
Expand Down

0 comments on commit 02d4cce

Please sign in to comment.