Skip to content

Commit

Permalink
Resource Cap Breakdowns
Browse files Browse the repository at this point in the history
Added new capacity breakdowns for various resources
Resolves #32
Resolves #50
  • Loading branch information
pmotschmann committed May 11, 2019
1 parent 6288377 commit 4a7fbe2
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 161 deletions.
2 changes: 1 addition & 1 deletion actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5590,7 +5590,7 @@ export function evoProgress(){
$('#evolution').append(progress);
}

function basicHousingLabel(){
export function basicHousingLabel(){
switch (global.race.species){
case 'orc':
return 'Hut';
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.2.50
Added new capacity breakdowns for various resources<br>

#### 0.2.49
Added changelog link to version listing<br>
Added protection against loading a corrupt save string<br>
Expand Down
Loading

0 comments on commit 4a7fbe2

Please sign in to comment.