v0.3.2c: updated a couple poorly worded texts
This commit is contained in:
parent
d7ae88d963
commit
8bf7794bb6
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user