mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Roads and railoads can be removed outside your borders
This commit is contained in:
@ -134,11 +134,13 @@
|
|||||||
// These are unique and have unique in-game checks related to them
|
// These are unique and have unique in-game checks related to them
|
||||||
{
|
{
|
||||||
"name": "Remove Road",
|
"name": "Remove Road",
|
||||||
"turnsToBuild": 2
|
"turnsToBuild": 2,
|
||||||
|
"uniques": ["Can be built outside your borders"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Remove Railroad",
|
"name": "Remove Railroad",
|
||||||
"turnsToBuild": 2
|
"turnsToBuild": 2,
|
||||||
|
"uniques": ["Can be built outside your borders"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cancel improvement order",
|
"name": "Cancel improvement order",
|
||||||
|
Reference in New Issue
Block a user