diff --git a/assets/items.png b/assets/items.png index 5a103f460..0cd0efbb5 100644 Binary files a/assets/items.png and b/assets/items.png differ diff --git a/assets/plants.png b/assets/plants.png index 380827aaf..888f56577 100644 Binary files a/assets/plants.png and b/assets/plants.png differ diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Dreamfoil.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Dreamfoil.java index 04600bed0..723c95a0e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Dreamfoil.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Dreamfoil.java @@ -36,9 +36,9 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; public class Dreamfoil extends Plant { private static final String TXT_DESC = - "The Dreamfoil's prickly flowers contain a strange chemical which is known for its " + + "The Dreamfoil's prickly flowers contain a chemical which is known for its " + "properties as a strong neutralizing agent. Most weaker creatures are overwhelmed " + - "and knocked unconscious, giving the plant its name."; + "and knocked unconscious, which gives the plant its namesake."; { image = 10;