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