mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 15:19:29 +07:00
Added pattern to uniques to catch bugs
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
{
|
||||
"type": "array",
|
||||
"items": { "type": "string" }
|
||||
"items": {
|
||||
"type": "string",
|
||||
"pattern": "^[^><]*(\\<[^>]*\\>[^><]*)*$"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user