Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed Dec 29, 2024
1 parent 858d55b commit c8f864e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal class GnomeStrongholdTest : WorldTest() {
val log = objects[Tile(2474, 3435), "gnome_log_balance"]!!

player.objectOption(log, "Walk-across")
tick(9)
tick(10)

assertEquals(Tile(2474, 3429), player.tile)
assertEquals(7.5, player.experience.get(Skill.Agility))
Expand Down

0 comments on commit c8f864e

Please sign in to comment.