mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
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:
+1
-1
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user