v2.5.2: fixed shard of oblivion not being droppable

This commit is contained in:
Evan Debenham
2024-09-17 11:27:24 -04:00
parent e88c6894c5
commit ee98f88285
@@ -81,7 +81,7 @@ public class ShardOfOblivion extends Trinket {
curItem = this;
GameScene.selectItem(identifySelector);
} else {
super.execute(hero);
super.execute(hero, action);
}
}