v1.2.0: fixed cloak of shadows stealth not having icon text

This commit is contained in:
Evan Debenham 2022-02-10 17:33:36 -05:00
parent e3a956506c
commit cf638965a4

View File

@ -273,6 +273,11 @@ public class CloakOfShadows extends Artifact {
return (4f - turnsToCost) / 4f;
}
@Override
public String iconTextDisplay() {
return Integer.toString(turnsToCost);
}
@Override
public boolean attachTo( Char target ) {
if (super.attachTo( target )) {