From 2d42627940c54937fc71f80385e6a1dee51f8cb0 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 17 Sep 2014 19:26:26 -0400 Subject: [PATCH] V0.2.0b: Updated Welcome Scene --- .../shatteredpixeldungeon/scenes/WelcomeScene.java | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java index 8c07aec67..973e903ff 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java @@ -31,11 +31,14 @@ public class WelcomeScene extends PixelScene { "Happy Dungeoneering!"; private static final String TXT_LastVer = - "This Patch corrects a few issues some players were having, and makes a few balance tweaks:" + - "\n\n-Fixed a bug with Cape of Thorns\n-Fixed a bug with Sandals of nature" + - "\n-Fixed a bug with Talisman of Foresight\n-Fixed a bug with rankings & saves" + + "v0.2.0a corrects a few issues some players were having, and makes a few balance tweaks:" + + "\n\n-Fixed a bug with Cape of Thorns\n-Fixed a bug with Sandals of Nature" + + "\n-Fixed a bug with Talisman of Foresight\n-Fixed a bug with Rankings & Saves" + "\n\n-Chalice now deals 25% less damage\n-Artifacts can now be sold to Pixel Mart" + - "\n-Artifacts & Rings are a little rarer now.\n\nHappy Dungeoneering!"; + "\n-Artifacts & Rings are a little rarer now.\n\n\n" + + "v0.2.0b corrects further issues:" + + "\n\n-Fixed a bug with saving/moving floors\n-Fixed a bug with randomized item properties" + + "\n\n-Tweaked a few descriptions & sprites\n\nHappy Dungeoneering!"; private static final String TXT_From011 = "Hello early adopter, thank you so much for giving Shattered PD a try in its earliest stages!\n\n"+ @@ -49,7 +52,7 @@ public class WelcomeScene extends PixelScene { "Regardless, tread with caution! Your saves may contain things which don't exist in this version, "+ "this could cause some very weird errors to occur."; - private static final String LNK = "https://drive.google.com/folderview?id=0B1jhmo3hgqJtRVhLMW9McHkxXzQ"; + private static final String LNK = "https://drive.google.com/folderview?id=0B1jhmo3hgqJtN3I4N1p2blFNVmc"; @Override public void create() {