Merge pull request #120 from anubisthejackle/make-nomad-buy-buttons-reactivate

Fixing issue where buttons would not update when Wandering Nomad was act...
This commit is contained in:
Michael Townsend
2014-07-17 22:49:23 -04:00
+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();
}
}