Skip to content

Commit

Permalink
Merge pull request #76867 from kszabok/patch-1
Browse files Browse the repository at this point in the history
Terraforming series ID and name mismatch repair
  • Loading branch information
Maleclypse authored Oct 9, 2024
2 parents bed2910 + 93bf1bc commit a5e98a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/fluff.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
"use_action": [ "PLAY_GAME" ],
"variants": [
{
"id": "terraforming_mars",
"id": "terraforming_mercury",
"name": { "str": "Terraforming - Mercury", "str_pl": "sets of Terraforming - Mercury" },
"description": "This board game is set in the 4300s, where corporations are working together to terraform the planet Mercury, the smallest and innermost planet in our solar system. Each player (or just the player) will have unique abilities and resources at their disposal, and they will need to strategize and cooperate with one another to achieve their goals."
},
Expand Down Expand Up @@ -945,7 +945,7 @@
},
{
"id": "terraforming_earth",
"name": { "str": "Terraforming - Pluto", "str_pl": "sets of Terraforming - Pluto" },
"name": { "str": "Terraforming - Earth", "str_pl": "sets of Terraforming - Earth" },
"description": "This board game is set in the 5000s, a distant future where Earth has become uninhabitable due to climate change, resource depletion, and overpopulation. The player or players must work together to restore the planet's ecosystems, atmosphere, and climate while also competing for resources and prestige."
}
]
Expand Down

0 comments on commit a5e98a5

Please sign in to comment.