Skip to content

Commit

Permalink
Merge pull request #740 from Eisvana/web-dev
Browse files Browse the repository at this point in the history
add Synthetic to fauna rarity
  • Loading branch information
Lenni009 authored Sep 21, 2024
2 parents 3ec88c7 + 8b9ed83 commit 64a43be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/datalists/planetDatalists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ const planetDatalists: {
'Not Present',
'Devoid',
'Barren',
'Synthetic',
]
}

Expand All @@ -739,4 +740,4 @@ planetDatalists.planetDescriptors = Array.from(descriptors);
// Populates `planetDatalists.resources` with the keys from `getResourceData()`.
planetDatalists.resources = Object.keys(getResourceData());

export default planetDatalists;
export default planetDatalists;

0 comments on commit 64a43be

Please sign in to comment.