v2.3.0: fixed cloak not losing charge if dispelled right after activate
This commit is contained in:
+3
@@ -352,6 +352,9 @@ public class CloakOfShadows extends Artifact {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void dispel(){
|
public void dispel(){
|
||||||
|
if (turnsToCost <= 0 && charge > 0){
|
||||||
|
charge--;
|
||||||
|
}
|
||||||
updateQuickslot();
|
updateQuickslot();
|
||||||
detach();
|
detach();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user