From 8bf7794bb678bd5f5cac224225c8426262464bc5 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 18 Nov 2015 17:21:06 -0500 Subject: [PATCH] v0.3.2c: updated a couple poorly worded texts --- .../shatteredpixeldungeon/levels/features/Chasm.java | 2 +- .../shatteredpixel/shatteredpixeldungeon/plants/Rotberry.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Chasm.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Chasm.java index 3395d4c83..b61e4e549 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Chasm.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Chasm.java @@ -49,7 +49,7 @@ public class Chasm { private static final String TXT_YES = "Yes, I know what I'm doing"; private static final String TXT_NO = "No, I changed my mind"; private static final String TXT_JUMP = - "Do you really want to jump into the chasm? You can probably die."; + "Do you really want to jump into the chasm? A fall that far will be painful."; public static boolean jumpConfirmed = false; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Rotberry.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Rotberry.java index 8ab87ab42..b215998c1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Rotberry.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Rotberry.java @@ -29,7 +29,7 @@ public class Rotberry extends Plant { private static final String TXT_DESC = "The berries of a young rotberry shrub taste like sweet, sweet death.\n" + "\n" + - "Regularly picking the berries of a rotberry shrub is essential, otherwise it will mature"; + "Given several days, this rotberry shrub will grow into another rot heart."; { image = 7;