Fixed a bug that prevented progression in tutorial island

Fixed a bug that caused woodcutting to take slightly longer
Fixed a bug that caused the woodcutting axe message to print more often than it should
Fixed a bug that caused fishing to not print its fishing attempt message
Fixed a bug that caused fishing to take slightly longer
Fixed a bug that would cause nechryaels to lose interest in the player when their minions attacked
Made sure the grand exchange tests always clean up the GEDB
This commit is contained in:
Ceikry
2023-03-16 03:27:30 +00:00
committed by Ryan
parent c3cfecb5fa
commit 8b62e42323
7 changed files with 52 additions and 12 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ import java.io.File
return offer
}
@AfterAll fun cleanup() {
@AfterAll @JvmStatic fun cleanup() {
File(TEST_DB_PATH).delete()
}
}