v0.3.1a: fixed a typo in ring of wealth description
This commit is contained in:
@@ -35,7 +35,7 @@ public class RingOfWealth extends Ring {
|
|||||||
public String desc() {
|
public String desc() {
|
||||||
return isKnown() ?
|
return isKnown() ?
|
||||||
"It's not clear what this ring does exactly, good luck may influence " +
|
"It's not clear what this ring does exactly, good luck may influence " +
|
||||||
"the life an an adventurer in many subtle ways. " +
|
"the life of an adventurer in many subtle ways. " +
|
||||||
"Naturally a degraded ring would give bad luck." :
|
"Naturally a degraded ring would give bad luck." :
|
||||||
super.desc();
|
super.desc();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user