V0.2.0: Corrected a typo in ring of haste

This commit is contained in:
Evan Debenham 2014-09-10 11:42:53 -04:00
parent 17b71d183c
commit e414777568

View File

@ -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();
}