v0.3.2c: updated a couple poorly worded texts

This commit is contained in:
Evan Debenham 2015-11-18 17:21:06 -05:00 committed by Evan Debenham
parent d7ae88d963
commit 8bf7794bb6
2 changed files with 2 additions and 2 deletions

View File

@ -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_YES = "Yes, I know what I'm doing";
private static final String TXT_NO = "No, I changed my mind"; private static final String TXT_NO = "No, I changed my mind";
private static final String TXT_JUMP = 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; public static boolean jumpConfirmed = false;

View File

@ -29,7 +29,7 @@ public class Rotberry extends Plant {
private static final String TXT_DESC = private static final String TXT_DESC =
"The berries of a young rotberry shrub taste like sweet, sweet death.\n" + "The berries of a young rotberry shrub taste like sweet, sweet death.\n" +
"\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; image = 7;