summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2012-05-15 20:04:32 -0400
committerelliptic <hyperelliptical@gmail.com>2012-05-15 20:10:19 -0400
commitc06d6c41da1c323365d201230ba28d18fcc5a3e5 (patch)
tree34a8f78c18515b05ac4cf6add241dfd734797542 /crawl-ref/source/branch-data.h
parentb30135a7b79ec28372b469f8aba39347d21b817a (diff)
downloadcrawl-ref-c06d6c41da1c323365d201230ba28d18fcc5a3e5.tar.gz
crawl-ref-c06d6c41da1c323365d201230ba28d18fcc5a3e5.zip
Use more consistent articles and capitalization in portal vault longnames.
Now they all use an indefinite article and aren't capitalized. Also changed "a tomb" to "an ossuary" to avoid confusion with Tomb.
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index dc0998b488..bf8e822dbc 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -234,7 +234,7 @@ const Branch branches[NUM_BRANCHES] = {
{ BRANCH_ZIGGURAT, NUM_BRANCHES, -1, -1, 27, 27,
BFLAG_NO_XLEV_TRAVEL | BFLAG_NO_ITEMS, 0,
DNGN_ENTER_PORTAL_VAULT, DNGN_EXIT_PORTAL_VAULT,
- "Ziggurat", "a Ziggurat", "Zig",
+ "Ziggurat", "a ziggurat", "Zig",
"You land on top of a ziggurat so tall you cannot make out the ground.",
false, BLACK, BLACK,
mons_null_rare, mons_null_level, // overridden later
@@ -243,7 +243,7 @@ const Branch branches[NUM_BRANCHES] = {
{ BRANCH_LABYRINTH, NUM_BRANCHES, -1, -1, 1, 15,
BFLAG_NO_XLEV_TRAVEL | BFLAG_NO_ITEMS, LFLAG_NO_TELE_CONTROL | LFLAG_NO_MAP,
DNGN_ENTER_LABYRINTH, DNGN_ESCAPE_HATCH_UP,
- "Labyrinth", "a Labyrinth", "Lab",
+ "Labyrinth", "a labyrinth", "Lab",
NULL,
false, BLACK, BLACK,
mons_null_rare, mons_null_level,
@@ -270,7 +270,7 @@ const Branch branches[NUM_BRANCHES] = {
{ BRANCH_SEWER, NUM_BRANCHES, -1, -1, 1, 4,
BFLAG_NO_XLEV_TRAVEL | BFLAG_NO_ITEMS, 0,
DNGN_ENTER_PORTAL_VAULT, DNGN_EXIT_PORTAL_VAULT,
- "Sewer", "the sewers", "Sewer",
+ "Sewer", "a sewer", "Sewer",
NULL,
false, LIGHTGREY, DARKGREY,
mons_sewer_rare, mons_sewer_level,
@@ -279,7 +279,7 @@ const Branch branches[NUM_BRANCHES] = {
{ BRANCH_OSSUARY, NUM_BRANCHES, -1, -1, 1, 6,
BFLAG_NO_XLEV_TRAVEL | BFLAG_NO_ITEMS, 0,
DNGN_ENTER_PORTAL_VAULT, DNGN_EXIT_PORTAL_VAULT,
- "Ossuary", "a tomb", "Ossuary",
+ "Ossuary", "an ossuary", "Ossuary",
NULL,
false, WHITE, YELLOW,
mons_ossuary_rare, mons_ossuary_level,
@@ -288,7 +288,7 @@ const Branch branches[NUM_BRANCHES] = {
{ BRANCH_BAILEY, NUM_BRANCHES, -1, -1, 1, 11,
BFLAG_NO_XLEV_TRAVEL | BFLAG_NO_ITEMS, 0,
DNGN_ENTER_PORTAL_VAULT, DNGN_EXIT_PORTAL_VAULT,
- "Bailey", "the bailey", "Bailey",
+ "Bailey", "a bailey", "Bailey",
NULL,
false, WHITE, LIGHTGREY,
mons_bailey_rare, mons_bailey_level,
@@ -315,7 +315,7 @@ const Branch branches[NUM_BRANCHES] = {
{ BRANCH_WIZLAB, NUM_BRANCHES, -1, -1, 1, 24,
BFLAG_NO_XLEV_TRAVEL | BFLAG_NO_ITEMS, 0,
DNGN_ENTER_PORTAL_VAULT, DNGN_EXIT_PORTAL_VAULT,
- "Wizlab", "a Wizard's Laboratory", "WizLab",
+ "Wizlab", "a wizard's laboratory", "WizLab",
NULL,
false, LIGHTGREY, BROWN, // set per-map
mons_null_rare, mons_null_level,
@@ -324,7 +324,7 @@ const Branch branches[NUM_BRANCHES] = {
{ BRANCH_HIVE, NUM_BRANCHES, -1, -1, 1, 13,
BFLAG_NO_XLEV_TRAVEL, 0,
DNGN_ENTER_PORTAL_VAULT, DNGN_EXIT_PORTAL_VAULT,
- "Hive", "the Hive", "Hive",
+ "Hive", "a hive", "Hive",
"You hear a buzzing sound coming from all directions.",
false, YELLOW, BROWN,
mons_hive_rare, mons_hive_level,