v1.2.0: fixed cloak of shadows stealth not having icon text
This commit is contained in:
parent
e3a956506c
commit
cf638965a4
|
@ -273,6 +273,11 @@ public class CloakOfShadows extends Artifact {
|
||||||
return (4f - turnsToCost) / 4f;
|
return (4f - turnsToCost) / 4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String iconTextDisplay() {
|
||||||
|
return Integer.toString(turnsToCost);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean attachTo( Char target ) {
|
public boolean attachTo( Char target ) {
|
||||||
if (super.attachTo( target )) {
|
if (super.attachTo( target )) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user