v1.2.1: fixed very rare cases of rose thinking a dead ghost is summoned
This commit is contained in:
parent
933e845a32
commit
02e2118f3c
|
@ -368,6 +368,10 @@ public class DriedRose extends Artifact {
|
|||
ghostID = 0;
|
||||
}
|
||||
}
|
||||
|
||||
if (ghost != null && !ghost.isAlive()){
|
||||
ghost = null;
|
||||
}
|
||||
|
||||
//rose does not charge while ghost hero is alive
|
||||
if (ghost != null){
|
||||
|
|
Loading…
Reference in New Issue
Block a user