File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1115,6 +1115,8 @@ export const singularity = (setSingNumber = -1) => {
11151115 return
11161116 }
11171117
1118+ const antiquitiesPurchased = runes . antiquities . level > 0
1119+
11181120 // setSingNumber is only not -1 when we are entering and exiting a challenge.
11191121 if ( setSingNumber === - 1 ) {
11201122 // get total cube blessings for history
@@ -1177,7 +1179,7 @@ export const singularity = (setSingNumber = -1) => {
11771179 }
11781180 } else {
11791181 const incrementHighestSing = player . singularityCount === player . highestSingularityCount
1180- && setSingNumber > player . singularityCount
1182+ && setSingNumber > player . singularityCount && antiquitiesPurchased
11811183 player . singularityCount = setSingNumber
11821184 if ( incrementHighestSing ) {
11831185 player . highestSingularityCount ++
You can’t perform that action at this time.
0 commit comments