Skip to content

Commit

Permalink
Merge pull request #39049 from wapcaplet/fix-default-lab-start-loc
Browse files Browse the repository at this point in the history
Make lab starts default to "Science lab" instead of "Experimental Cell"
  • Loading branch information
ZhilkinSerg authored Mar 27, 2020
2 parents 09e5b1e + a772870 commit d66691c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"description": "The scientists stopped their experiments on you abruptly, leaving you behind while they evacuated before lockdown. Find a way to escape or starve to death.",
"start_name": "Locked Lab",
"professions": [ "unemployed", "mutant_patient", "mutant_volunteer", "labtech", "broken_cyborg" ],
"allowed_locs": [ "lab_escape_cells", "lab_random", "lab_finale", "ice_lab_stairs", "ice_lab_finale" ],
"allowed_locs": [ "lab_random", "lab_escape_cells", "lab_finale", "ice_lab_stairs", "ice_lab_finale" ],
"traits": [
"ELFAEYES",
"URSINE_EYE",
Expand Down Expand Up @@ -277,7 +277,7 @@
"description": "You were deemed non-essential and made to stay behind during the lab evacuation. Find a way to escape or starve to death.",
"start_name": "Locked Lab",
"professions": [ "labtech", "security", "medic" ],
"allowed_locs": [ "lab_escape_cells", "lab_random", "lab_finale", "ice_lab_stairs", "ice_lab_finale" ],
"allowed_locs": [ "lab_random", "lab_escape_cells", "lab_finale", "ice_lab_stairs", "ice_lab_finale" ],
"flags": [ "CHALLENGE", "CITY_START", "LONE_START" ]
},
{
Expand Down

0 comments on commit d66691c

Please sign in to comment.