Fixing issue where buttons would not update when Wandering Nomad was active as referenced in Issue #108

This commit is contained in:
Travis Weston
2014-07-17 21:53:54 -04:00
parent 0f9ceda729
commit 82edff18b4
+1 -1
View File
@@ -812,7 +812,7 @@ var Events = {
},
handleStateUpdates: function(e){
if(e.category == 'stores' && Events.activeEvent() != null){
if((e.category == 'stores' || e.category == 'income') && Events.activeEvent() != null){
Events.updateButtons();
}
}