Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zrp200 committed Apr 18, 2024
1 parent f3f649f commit 4f61062
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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 = 776
appVersionName = '2.0.5'
appVersionCode = 777
appVersionName = '2.0.6'

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,8 +133,14 @@ public enum RKPD2Changes {
"Rat King sometimes healing beyond his max hp when eating."
))
),
new ChangeInfo("v2.0.4-v2.0.5",false,TITLE_COLOR, bugFixes(
"_2.0.5_:" + list(
new ChangeInfo("v2.0.4-v2.0.6",false,TITLE_COLOR,
misc("_2.0.6_" + list("Added an Elemental Strike effect for Chaotic curse. It's rather...chaotic, if you ask me.")),
bugFixes(
"_2.0.6_:" + list(
"Barkskin talent giving more barkskin than intended",
"Omniability getting stuck on duelist abilities",
"Rat King always gaining combo when attacking")
+ "_2.0.5_:" + list(
"Crash when interacting with the pickaxe under certain scenarios",
"Glaive's spike not doing damage",
"Backup barrier always visually activating",
Expand Down

0 comments on commit 4f61062

Please sign in to comment.