v0.9.3c: fixed lightweight cloak not working correctly since 0.9.3
This commit is contained in:
parent
9cece3c84e
commit
5533adbdc0
|
@ -123,6 +123,8 @@ public class CloakOfShadows extends Artifact {
|
||||||
activeBuff.detach();
|
activeBuff.detach();
|
||||||
activeBuff = null;
|
activeBuff = null;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
activate(hero);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user