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:
SeventhM
2023-06-24 23:34:23 -07:00
committed by GitHub
parent 650a43aa3b
commit bc3f1341e1
6 changed files with 25 additions and 8 deletions

View File

@ -4,6 +4,7 @@
"era": "Ancient era",
"techCost": 20,
"buildingCost": 40,
"wonderCost": 185,
"techs": [
{
"name": "Agriculture",

View File

@ -4,6 +4,7 @@
"era": "Ancient era",
"techCost": 20,
"buildingCost": 40,
"wonderCost": 185,
"techs": [
{
"name": "Agriculture",