Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkey-bored committed Feb 14, 2024
1 parent d2a7ce5 commit bac07e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions development/code/Game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ function initializeGame() {
players.forEach((player) => {
initialiseInventoryUI(player.color);
});

const trap = new Trap();
blackPlayer.inventory.addItem(trap);
}

function endTurn() {
Expand Down

0 comments on commit bac07e7

Please sign in to comment.