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 RingOfSharpshooting extends Ring {
|
||||
return new Aim();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return isKnown() ?
|
||||
"This ring enhances the wearer's precision and aim, which will " +
|
||||
"make all projectile weapons more accurate and durable. " +
|
||||
"A degraded ring will have the opposite effect.":
|
||||
super.desc();
|
||||
}
|
||||
|
||||
public class Aim extends RingBuff {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user