v3.0.0: fixed armband curse effect not updating gold display on desktop
This commit is contained in:
@@ -262,6 +262,7 @@ public class MasterThievesArmband extends Artifact {
|
||||
public boolean act() {
|
||||
if (cursed && Dungeon.gold > 0 && Random.Int(5) == 0){
|
||||
Dungeon.gold--;
|
||||
updateQuickslot();
|
||||
}
|
||||
|
||||
spend(TICK);
|
||||
|
||||
Reference in New Issue
Block a user