Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zrp200 committed Apr 15, 2024
1 parent 9de5657 commit 3e927f5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ allprojects {
appName = 'RKPD2'
appPackageName = 'com.zrp200.rkpd2'

appVersionCode = 775
appVersionName = '2.0.4'
appVersionCode = 776
appVersionName = '2.0.5'

appJavaCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ protected void onClick() {
//TODO: change the messages here in accordance with the type of patch.
message = Messages.get(this, "patch_intro");
message += "\n";
message += "\n" + Messages.get(this, "patch_balance");
// message += "\n" + Messages.get(this, "patch_balance");
message += "\n" + Messages.get(this, "patch_bugfixes");
// message += "\n" + Messages.get(this, "patch_translations");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,21 @@ public enum RKPD2Changes {
"Rat King sometimes healing beyond his max hp when eating."
))
),
new ChangeInfo("v2.0.4",false,TITLE_COLOR, bugFixes(list(
"detaching the seal degrading armor",
"elite dexterity not working as intended/described",
"elite dexterity switch prompt not always showing the correct weapons",
"backup barrier not giving correct amount of shielding",
"Blacksmith quest not correctly indicating quest completion"
))),
new ChangeInfo("v2.0.4-v2.0.5",false,TITLE_COLOR, bugFixes(
"_2.0.5_:" + list(
"Crash when interacting with the pickaxe under certain scenarios",
"Glaive's spike not doing damage",
"Backup barrier always visually activating",
"Crash handler not activating :("
),
"_2.0.4_:" + list(
"detaching the seal degrading armor",
"elite dexterity not working as intended/described",
"elite dexterity switch prompt not always showing the correct weapons",
"backup barrier not giving correct amount of shielding",
"Blacksmith quest not correctly indicating quest completion"
)
)),
new ChangeInfo("v2.0.1-3", false, TITLE_COLOR,
new ChangeButton(INSCRIBED_POWER, "Inscribed Power, Desperate Power, and their equivalents",
"It turns out that these talents didn't actually work! Well, now they do, with some changes:" +
Expand Down

0 comments on commit 3e927f5

Please sign in to comment.