Skip to content

Commit

Permalink
add hardmode requirement for old one's army tier 2 + 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Nov 2, 2023
1 parent 2a95d10 commit b99967b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions locations/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@
"name": "Old One's Army (Tier 2)",
"visibility_rules": ["$hasGoalOfAtLeastPlantera"],
"access_rules": [
"post_evil_boss,post_the_twins",
"post_evil_boss,post_the_destroyer",
"post_evil_boss,post_skeletron_prime",
"post_evil_boss,post_golem"
"hardmode,post_evil_boss,post_the_twins",
"hardmode,post_evil_boss,post_the_destroyer",
"hardmode,post_evil_boss,post_skeletron_prime",
"hardmode,post_evil_boss,post_golem"
]
}
]
Expand Down Expand Up @@ -370,7 +370,7 @@
{
"name": "Old One's Army (Tier 3)",
"visibility_rules": ["$hasGoalOfAtLeastEmpressOfLight"],
"access_rules": ["post_evil_boss,post_golem"]
"access_rules": ["hardmode,post_evil_boss,post_golem"]
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Terraria",
"game_name": "Terraria",
"package_version": "0.1.1",
"package_version": "0.1.3",
"package_uid": "ap_terraria",
"author": "Serpent.AI",
"variants": {
Expand Down

0 comments on commit b99967b

Please sign in to comment.