Skip to content

Commit

Permalink
Fixing issue where buttons would not update when Wandering Nomad was …
Browse files Browse the repository at this point in the history
…active as referenced in Issue doublespeakgames#108
  • Loading branch information
anubisthejackle committed Jul 18, 2014
1 parent 0f9ceda commit 82edff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit 82edff1

Please sign in to comment.