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