Skip to content

Commit

Permalink
change "Course" to "Hole"
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguupinguu committed May 25, 2023
1 parent 163b614 commit dd0f41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nintendo DSi/101 MiniGolf World.rascript
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ golf_courses = {
}
for i in range(0, 107){
achievement(
"Island " + golf_courses[i]["Island"] + " Course " + golf_courses[i]["Hole"],
"Island " + golf_courses[i]["Island"] + " Hole " + golf_courses[i]["Hole"],
"Get a par score!",
points=golf_courses[i]["Points"],
trigger=
Expand Down

0 comments on commit dd0f41f

Please sign in to comment.