v0.2.3f: string corrections
This commit is contained in:
@@ -35,9 +35,9 @@ public class RingOfEvasion extends Ring {
|
||||
@Override
|
||||
public String desc() {
|
||||
return isKnown() ?
|
||||
"This ring obfuscates the true position of the wearer, making them harder to detect and attack." +
|
||||
"This ring obfuscates the true position of the wearer, making them harder to detect and attack. " +
|
||||
"This ring is much stronger while the user remains undetected, and if the user is targeted the power of " +
|
||||
"evasion will slowly fade away, remaining undetected will restore the ring's effectiveness." +
|
||||
"evasion will slowly fade away, remaining undetected will restore the ring's effectiveness. " +
|
||||
"A degraded ring will instead make the user easier to detect and strike.":
|
||||
super.desc();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user