v3.0.0: fixed throwing a cursed item in health well not unlocking cleric
This commit is contained in:
@@ -144,10 +144,12 @@ public class ScrollOfRemoveCurse extends InventoryScroll {
|
||||
}
|
||||
}
|
||||
|
||||
if (procced && hero != null) {
|
||||
if (procced) {
|
||||
if (hero != null) {
|
||||
hero.sprite.emitter().start(ShadowParticle.UP, 0.05f, 10);
|
||||
hero.updateHT(false); //for ring of might
|
||||
updateQuickslot();
|
||||
}
|
||||
|
||||
Badges.validateClericUnlock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user