v1.3.0: fixed toolkit showing warmup time when cursed
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ public class AlchemistsToolkit extends Artifact {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String status() {
|
public String status() {
|
||||||
if (isEquipped(Dungeon.hero) && warmUpDelay > 0){
|
if (isEquipped(Dungeon.hero) && warmUpDelay > 0 && !cursed){
|
||||||
return Messages.format( "%d%%", 100 - (int)warmUpDelay );
|
return Messages.format( "%d%%", 100 - (int)warmUpDelay );
|
||||||
} else {
|
} else {
|
||||||
return super.status();
|
return super.status();
|
||||||
|
|||||||
Reference in New Issue
Block a user