Skip to content

Commit

Permalink
fix sing tab
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Jun 12, 2024
1 parent 50a1df3 commit 9c01750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UpdateVisuals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ export const visualUpdateSingularity = () => {
const val = G.shopEnhanceVision

for (const key of keys) {
if (key === 'offeringAutomatic') {
if (key === 'offeringAutomatic' || key === 'WIP') {
continue
}
const singItem = player.singularityUpgrades[key]
Expand Down

0 comments on commit 9c01750

Please sign in to comment.