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

Obsolete necropolis #58842

Merged
merged 19 commits into from
Jul 1, 2022
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"rejected": "Come back when you get a chance, we could use a few good men.",
"advice": "I'd recommend having two deputies… it would be a death trap if a single man got surrounded.",
"inquire": "Has the leadership been dealt with?",
"success": "Marshal, you continue to impress us. If you are interested, I recently received a message that a unit was deploying into our AO. I don't have the exact coordinates but they said they were securing an underground facility and may require assistance. The bird dropped them off next to a pump station. Can't tell you much more. If you could locate the captain in charge, I'm sure he could use your skills. Don't forget to wear your badge when meeting with them. Thank you once again marshal.",
"success": "Marshal, you continue to impress us. We may have some hope of long term survival yet thanks to you.",
"success_lie": "What good does this do us?",
"failure": "It was a lost cause anyways…"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sym": "^",
"see_cost": 5,
"mondensity": 2,
"flags": [ "SIDEWALK" ]
"flags": [ "SIDEWALK", "SHOULD_NOT_SPAWN" ]
},
{
"type": "overmap_terrain",
Expand Down Expand Up @@ -67,7 +67,8 @@
"copy-from": "generic_necropolis_surface_building",
"name": "road",
"color": "dark_gray",
"extras": "road"
"extras": "road",
"flags": [ "SHOULD_NOT_SPAWN" ]
},
{
"type": "overmap_terrain",
Expand Down Expand Up @@ -318,7 +319,8 @@
"name": "underground",
"color": "yellow",
"see_cost": 999,
"mondensity": 2
"mondensity": 2,
"flags": [ "SHOULD_NOT_SPAWN" ]
},
{
"//": "xxx Bookmark for necropolis sewers",
Expand Down
341 changes: 341 additions & 0 deletions data/json/obsoletion/overmap_special/specials.json

Large diffs are not rendered by default.

339 changes: 0 additions & 339 deletions data/json/overmap/overmap_special/specials.json

Large diffs are not rendered by default.