Skip to content

Commit

Permalink
Make Artisans and Gunshow "GLOBALLY_UNIQUE" (#71940)
Browse files Browse the repository at this point in the history
* Update specials.json

* Super important fix (removes a space)

* Don't question how I mucked up removing a space
  • Loading branch information
Holli-Git authored Feb 26, 2024
1 parent 6e1e928 commit a23558e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -3669,7 +3669,7 @@
"city_sizes": [ 1, 16 ],
"occurrences": [ 33, 100 ],
"rotate": false,
"flags": [ "UNIQUE", "SAFE_AT_WORLDGEN", "MAN_MADE" ]
"flags": [ "SAFE_AT_WORLDGEN", "MAN_MADE", "GLOBALLY_UNIQUE" ]
},
{
"type": "overmap_special",
Expand All @@ -3680,7 +3680,7 @@
"city_distance": [ 3, -1 ],
"city_sizes": [ 1, 16 ],
"occurrences": [ 33, 100 ],
"flags": [ "UNIQUE", "SAFE_AT_WORLDGEN", "MAN_MADE" ]
"flags": [ "SAFE_AT_WORLDGEN", "MAN_MADE", "GLOBALLY_UNIQUE" ]
},
{
"type": "overmap_special",
Expand Down

0 comments on commit a23558e

Please sign in to comment.