Skip to content

Commit

Permalink
fix: beacon count
Browse files Browse the repository at this point in the history
  • Loading branch information
le-jeu committed Oct 1, 2022
1 parent fbae7f8 commit 7eedf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player-inventory/components/AllSumTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function ({ inventory }: { inventory: Inventory }) {
case 'PORTAL_POWERUP:FW_RES':
break;
default:
beacon++;
beacon += inventory.countType(type);
}
}
}
Expand Down

0 comments on commit 7eedf7b

Please sign in to comment.