diff --git a/script/room.js b/script/room.js index 3bbe2ed..29b311d 100644 --- a/script/room.js +++ b/script/room.js @@ -1088,9 +1088,10 @@ var Room = { Room.updateStoresView(); Room.updateBuildButtons(); } else if(e.category == 'income'){ + Room.updateStoresView(); Room.updateIncomeView(); } else if(e.stateName.indexOf('game.buildings') == 0){ Room.updateBuildButtons(); } } -}; \ No newline at end of file +};