v2.4.0: fixed armband not updating quickslots when stealing items

This commit is contained in:
Evan Debenham
2024-03-26 16:05:56 -04:00
parent ddd2b2fa3b
commit ec165ecbe7

View File

@@ -302,6 +302,7 @@ public class MasterThievesArmband extends Artifact {
GLog.p(Messages.get(MasterThievesArmband.class, "level_up"));
upgrade();
}
updateQuickslot();
return true;
}
}