V0.2.0: reworked Ring of Haste, now only increases movement speed.

This commit is contained in:
Evan Debenham
2014-09-10 10:34:43 -04:00
parent ba636007c2
commit 1828209594
2 changed files with 14 additions and 13 deletions
@@ -31,7 +31,8 @@ public class RingOfHaste extends Ring {
@Override
public String desc() {
return isKnown() ?
"This ring accelerates the wearer's flow of time, allowing one to perform all actions a little faster." :
"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();
}