v0.3.4: externalized ring strings
This commit is contained in:
committed by
Evan Debenham
parent
492e9069d2
commit
fb2c6e3307
@@ -27,15 +27,6 @@ public class RingOfWealth extends Ring {
|
||||
return new Wealth();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return isKnown() ?
|
||||
"It's not clear what this ring does exactly, good luck may influence " +
|
||||
"the life of an adventurer in many subtle ways. " +
|
||||
"Naturally a degraded ring would give bad luck." :
|
||||
super.desc();
|
||||
}
|
||||
|
||||
public class Wealth extends RingBuff {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user