mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 18:23:07 +08:00
Fix bug in Upgrades. They didnt give a status on buy.
This commit is contained in:
@@ -225,7 +225,9 @@ var GameObjects = (function() {
|
||||
}
|
||||
this.state.used = true; // How about actually REMOVING used upgrades?
|
||||
this.state.visible = false;
|
||||
return this.cost;
|
||||
}
|
||||
return -1;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user