mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 08:21:36 +07:00
Fix banking's required techs (#4796)
will this break a hypothetical save where someone is now researching a tech and has all required techs for now but not the new to be added requirement?
This commit is contained in:
@ -279,7 +279,7 @@
|
||||
{
|
||||
"name": "Banking",
|
||||
"row": 6,
|
||||
"prerequisites": ["Chivalry"],
|
||||
"prerequisites": ["Chivalry", "Education"],
|
||||
"quote": "'Happiness: a good bank account, a good cook and a good digestion' - Jean Jacques Rousseau"
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user