v0.3.4: externalized ring strings
This commit is contained in:
committed by
Evan Debenham
parent
492e9069d2
commit
fb2c6e3307
@@ -27,14 +27,6 @@ public class RingOfHaste extends Ring {
|
||||
return new Haste();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return isKnown() ?
|
||||
"This ring reduces the stress of movement on the wearer, allowing them to run " +
|
||||
"at superhuman speeds. A degraded ring will instead weigh the wearer down.":
|
||||
super.desc();
|
||||
}
|
||||
|
||||
public class Haste extends RingBuff {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user