diff --git a/script/events.js b/script/events.js index dd9f2e6a3..e72991e08 100644 --- a/script/events.js +++ b/script/events.js @@ -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(); } }