Skip to content

Commit

Permalink
unbrick altars
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed May 7, 2024
1 parent e9538fe commit 0c26ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/locations/camp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function Camp({
) {
isLocal = true;
}
if (specialLocation) {
if (specialLocation && specialLocation.type !== "altar") {
return null;
}
if (!hero.home && hero.gold < 100000) {
Expand Down

0 comments on commit 0c26ed0

Please sign in to comment.