v3.0.0: fixed rare quickslot errors after upgrading durable projectiles
This commit is contained in:
@@ -526,7 +526,8 @@ public enum Talent {
|
||||
Dungeon.observe();
|
||||
}
|
||||
|
||||
if (talent == TWIN_UPGRADES || talent == DESPERATE_POWER || talent == STRONGMAN){
|
||||
if (talent == TWIN_UPGRADES || talent == DESPERATE_POWER
|
||||
|| talent == STRONGMAN || talent == DURABLE_PROJECTILES){
|
||||
Item.updateQuickslot();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user