v0.9.3c: fixed lightweight cloak not working correctly since 0.9.3

This commit is contained in:
Evan Debenham 2021-06-21 22:17:32 -04:00
parent 9cece3c84e
commit 5533adbdc0

View File

@ -123,6 +123,8 @@ public class CloakOfShadows extends Artifact {
activeBuff.detach();
activeBuff = null;
}
} else {
activate(hero);
}
return true;