V0.2.0: Corrected a typo in ring of haste
This commit is contained in:
parent
17b71d183c
commit
e414777568
|
@ -31,7 +31,7 @@ public class RingOfHaste extends Ring {
|
||||||
@Override
|
@Override
|
||||||
public String desc() {
|
public String desc() {
|
||||||
return isKnown() ?
|
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.":
|
"at superhuman speeds. A cursed ring will instead weigh the wearer down.":
|
||||||
super.desc();
|
super.desc();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user