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

Overrun tweaks #38043

Merged
merged 3 commits into from
Feb 16, 2020
Merged
Changes from all 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
6 changes: 3 additions & 3 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,11 +521,11 @@
"type": "scenario",
"ident": "overrun",
"name": "Overrun",
"points": 0,
"description": "Despite all the soldiers, guns and minefields, your base got overrun by the dead. Your last order was to retreat to the armory, but during all the chaos you got separated from your squad and you are now stuck in the warehouse all alone. You are not sure if anyone made it to the armory, or you are the last man alive.",
"points": 3,
"description": "Despite all the soldiers, guns and minefields, the base you were on got overrun by the dead. Everyone was ordered to fall back to the armory, but during all the chaos you got lost and you are now stuck in the warehouse all alone. You are not sure if anyone made it to the armory, or if you are the last man alive.",
"start_name": "Military Base Warehouse",
"allowed_locs": [ "mil_base_2g" ],
"professions": [ "soldier", "specops", "bio_soldier", "bio_sniper" ],
"professions": [ "unemployed", "soldier", "specops", "bio_soldier", "bio_sniper", "labtech", "medic" ],
"flags": [ "CHALLENGE", "LONE_START" ]
}
]