Skip to content

Commit

Permalink
Merge pull request doublespeakgames#120 from anubisthejackle/make-nom…
Browse files Browse the repository at this point in the history
…ad-buy-buttons-reactivate

Fixing issue where buttons would not update when Wandering Nomad was act...
  • Loading branch information
Continuities committed Jul 18, 2014
2 parents 0f9ceda + 82edff1 commit 2ba2812
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 2ba2812

Please sign in to comment.