v3.2.5: levelling up dried rose while ghost is summoned now heals it
This commit is contained in:
+1
@@ -345,6 +345,7 @@ public class DriedRose extends Artifact {
|
|||||||
|
|
||||||
if (ghost != null){
|
if (ghost != null){
|
||||||
ghost.updateRose();
|
ghost.updateRose();
|
||||||
|
ghost.HP = Math.min(ghost.HP+8, ghost.HT);
|
||||||
}
|
}
|
||||||
|
|
||||||
return super.upgrade();
|
return super.upgrade();
|
||||||
|
|||||||
Reference in New Issue
Block a user