Skip to content

Commit

Permalink
Merge pull request #58842 from LyleSY/obsoleteNecropolis
Browse files Browse the repository at this point in the history
Obsolete necropolis
  • Loading branch information
Rivet-the-Zombie authored Jul 1, 2022
2 parents 0e1f72e + 3f8edae commit 679fd9f
Show file tree
Hide file tree
Showing 15 changed files with 347 additions and 343 deletions.
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
File renamed without changes.
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.

0 comments on commit 679fd9f

Please sign in to comment.