mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00
Make city center unpillagable using a unique (#3818)
This commit is contained in:
@ -209,8 +209,8 @@
|
||||
"shortcutKey": "F"
|
||||
},
|
||||
|
||||
{ "name": "Ancient ruins" },
|
||||
{ "name": "City ruins" },
|
||||
{ "name": "City center" },
|
||||
{ "name": "Barbarian encampment" }
|
||||
{ "name": "Ancient ruins", "uniques": ["Unpillagable"] },
|
||||
{ "name": "City ruins", "uniques": ["Unpillagable"] },
|
||||
{ "name": "City center", "uniques": ["Unpillagable"] },
|
||||
{ "name": "Barbarian encampment", "uniques": ["Unpillagable"] }
|
||||
]
|
||||
|
Reference in New Issue
Block a user