Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move refugee center start from isolationist to its own scenario #79140

Merged
merged 3 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"start_name": "Evac Shelter",
"flags": [ "CITY_START" ]
},
{
"type": "scenario",
"id": "refugeecenter",
"name": "Refugee Center",
"points": 0,
"description": "You have survived the initial wave of panic, and have made your way to a refugee center.",
"allowed_locs": [ "sloc_refugee_center" ],
"start_name": "Refugee Center",
"flags": [ "LONE_START" ]
},
{
"type": "scenario",
"id": "friend_liam",
Expand Down Expand Up @@ -143,7 +153,6 @@
"points": 1,
"description": "You've found a safe place away from the cities and devoid of the living dead. Looks like you're on your own…",
"allowed_locs": [
"sloc_refugee_center",
"sloc_hermit_shack",
"sloc_farm_survivalist",
"sloc_cabin",
Expand Down
3 changes: 2 additions & 1 deletion data/json/start_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"type": "start_location",
"id": "sloc_refugee_center",
"name": "Refugee Center",
"terrain": [ "evac_center_7" ]
"terrain": [ "evac_center_23" ],
further-reading marked this conversation as resolved.
Show resolved Hide resolved
"flags": [ "ALLOW_OUTSIDE" ]
},
{
"type": "start_location",
Expand Down
Loading