diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfHaste.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfHaste.java index 80a540e65..18f29ffcc 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfHaste.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfHaste.java @@ -31,7 +31,7 @@ public class RingOfHaste extends Ring { @Override public String desc() { return isKnown() ? - "This ring reduces the stress of movement on the wearer, allowing them to run" + + "This ring reduces the stress of movement on the wearer, allowing them to run " + "at superhuman speeds. A cursed ring will instead weigh the wearer down.": super.desc(); }