Skip to content

Commit

Permalink
add post_plantera to access rules for Slayer of Worlds achievement
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Jan 6, 2024
1 parent 1b2a574 commit c617f6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.5

* Fix Slayer of Worlds achievement logical requirements

## 0.1.4

* Fix You and What Army? achievement considering Stardust Armor as a possibility when goal is not Zenith
Expand Down
2 changes: 1 addition & 1 deletion locations/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2195,7 +2195,7 @@
{
"name": "Defeat every boss in Terraria.",
"visibility_rules": ["$hasGoalOfAtLeastZenith,$hasAchievements"],
"access_rules": ["hardmode,post_skeletron,post_the_twins,post_the_destroyer,post_skeletron_prime,post_golem"]
"access_rules": ["hardmode,post_skeletron,post_the_twins,post_the_destroyer,post_skeletron_prime,post_golem,post_plantera"]
}
]
},
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.4",
"package_version": "0.1.5",
"package_uid": "ap_terraria",
"author": "Serpent.AI",
"variants": {
Expand Down

0 comments on commit c617f6e

Please sign in to comment.