diff options
| -rw-r--r-- | app/travel-advisory/countries.json | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/app/travel-advisory/countries.json b/app/travel-advisory/countries.json index fa09b0e..4461582 100644 --- a/app/travel-advisory/countries.json +++ b/app/travel-advisory/countries.json @@ -186,18 +186,9 @@ { "name": "The Solstice Federation", "url": "solstice", - "danger": 1, + "danger": 3, "image": "/countries/solstice.webp", - "settlements": [ - { - "name": "Firefly", - "danger": 3 - }, - { - "name": "Othoroot", - "danger": 3 - } - ], + "settlements": [], "history": [ "December 22nd 2023: Violent protests at Firefly caused by Othoroot." ] |
