v1.2.1: fixed very rare cases of rose thinking a dead ghost is summoned

This commit is contained in:
Evan Debenham 2022-03-29 16:22:41 -04:00
parent 933e845a32
commit 02e2118f3c

View File

@ -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){