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