v0.2.2: clarified ring descriptions, 'cursed' is now 'degraded'

This commit is contained in:
Evan Debenham
2014-11-03 13:45:12 -05:00
parent 1d5b7929be
commit 4415f36e76
9 changed files with 9 additions and 13 deletions
@@ -20,7 +20,7 @@ public class RingOfForce extends Ring {
"This ring enhances the force of the wearer's blows. " +
"This extra power is largely wasted when wielding weapons, " +
"but an unarmed attack will be made much stronger. " +
"A cursed ring will instead weaken the wearer's blows." :
"A degraded ring will instead weaken the wearer's blows." :
super.desc();
}