mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 21:03:15 -04:00
Added Steel tech
This commit is contained in:
parent
86ba484c78
commit
e592dc90a3
@ -194,6 +194,11 @@
|
||||
name:"Physics",
|
||||
row:9,
|
||||
prerequisites:["Metal Casting"]
|
||||
},
|
||||
{
|
||||
name:"Steel",
|
||||
row:10,
|
||||
prerequisites:["Metal Casting"]
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -227,7 +232,7 @@
|
||||
{
|
||||
name:"Gunpowder",
|
||||
row:9,
|
||||
prerequisites:["Physics"]
|
||||
prerequisites:["Physics","Steel"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user