mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-19 20:28:56 +07:00
Tech column validation and removing crashes from undefined building costs (#9664)
* Add in tech column validation * Negative Columns * Forgot to add techColumns to the add and clear functiond * Remove restrictive cokumn check * bugfixing
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
"era": "Ancient era",
|
||||
"techCost": 20,
|
||||
"buildingCost": 40,
|
||||
"wonderCost": 185,
|
||||
"techs": [
|
||||
{
|
||||
"name": "Agriculture",
|
||||
|
@ -4,6 +4,7 @@
|
||||
"era": "Ancient era",
|
||||
"techCost": 20,
|
||||
"buildingCost": 40,
|
||||
"wonderCost": 185,
|
||||
"techs": [
|
||||
{
|
||||
"name": "Agriculture",
|
||||
|
Reference in New Issue
Block a user