v0.8.2b: fixed naming errors with footwear of nature
This commit is contained in:
parent
692f3f5ebc
commit
466370baff
|
@ -108,7 +108,8 @@ public class SandalsOfNature extends Artifact {
|
|||
|
||||
@Override
|
||||
public String name() {
|
||||
return Messages.get(this, "name_" + (level()+1));
|
||||
if (level() == 0) return super.name();
|
||||
else return Messages.get(this, "name_" + level());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user