mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-08 21:47:13 +08:00
Fixing issue where buttons would not update when Wandering Nomad was active as referenced in Issue #108
This commit is contained in:
+1
-1
@@ -812,7 +812,7 @@ var Events = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
handleStateUpdates: function(e){
|
handleStateUpdates: function(e){
|
||||||
if(e.category == 'stores' && Events.activeEvent() != null){
|
if((e.category == 'stores' || e.category == 'income') && Events.activeEvent() != null){
|
||||||
Events.updateButtons();
|
Events.updateButtons();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user