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 RingOfFuror extends Ring {
|
||||
return new Furor();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return isKnown() ?
|
||||
"This ring grants the wearer an inner fury, allowing them to attack more rapidly. " +
|
||||
"This fury works best in large bursts, so slow weapons benefit far more than fast ones. " +
|
||||
"A degraded ring will instead slow the wearer's speed of attack." :
|
||||
super.desc();
|
||||
}
|
||||
|
||||
public class Furor extends RingBuff {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user