summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 02:10:03 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 02:10:03 +0000
commitbe9cfdbcfa7654155a6982106b685226536a4a50 (patch)
treef9f29d90735c6f6d8e403803b3f96f0497c48ad9 /crawl-ref/source/branch.cc
parent925f962a33c60d7fb808c00bc79a4e4786c37bf1 (diff)
downloadcrawl-ref-be9cfdbcfa7654155a6982106b685226536a4a50.tar.gz
crawl-ref-be9cfdbcfa7654155a6982106b685226536a4a50.zip
Add still more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4432 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/branch.cc')
-rw-r--r--crawl-ref/source/branch.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/branch.cc b/crawl-ref/source/branch.cc
index 9f906d4411..87ed88e193 100644
--- a/crawl-ref/source/branch.cc
+++ b/crawl-ref/source/branch.cc
@@ -132,7 +132,7 @@ Branch branches[] = {
"Temple", "the Ecumenical Temple", "Temple",
NULL,
false, false, LIGHTGREY, LIGHTGREY,
- mons_standard_rare, mons_standard_level,
+ mons_standard_rare, mons_standard_level,
traps_zero_number, NULL, NULL, NULL, // No traps in temple
0, 'T', false, false },
@@ -168,10 +168,10 @@ Branch branches[] = {
"Swamp", "the Swamp", "Swamp",
NULL,
true, true, BROWN, BROWN,
- mons_swamp_rare, mons_swamp_level,
+ mons_swamp_rare, mons_swamp_level,
NULL, NULL, NULL, NULL,
0, 'S', false, true },
-
+
{ BRANCH_SHOALS, BRANCH_LAIR, 5, 4, BFLAG_ISLANDED, 0,
DNGN_ENTER_SHOALS, DNGN_RETURN_FROM_SHOALS,
"Shoals", "the Shoals", "Shoal",
@@ -204,7 +204,7 @@ Branch branches[] = {
"Hive", "the Hive", "Hive",
"You hear a buzzing sound coming from all directions.",
false, false, YELLOW, BROWN,
- mons_hive_rare, mons_hive_level,
+ mons_hive_rare, mons_hive_level,
NULL, NULL, NULL, NULL,
0, 'H', false, true },
@@ -223,7 +223,7 @@ Branch branches[] = {
"Hall of Blades", "the Hall of Blades", "Blade",
NULL,
false, true, LIGHTGREY, LIGHTGREY,
- mons_hallblade_rare, mons_hallblade_level,
+ mons_hallblade_rare, mons_hallblade_level,
NULL, NULL, NULL, NULL,
0, 'B', false, false },
@@ -241,7 +241,7 @@ Branch branches[] = {
"Tomb", "the Tomb of the Ancients", "Tomb",
NULL,
false, true, YELLOW, LIGHTGREY,
- mons_tomb_rare, mons_tomb_level,
+ mons_tomb_rare, mons_tomb_level,
NULL, NULL, NULL, NULL,
0, 'G', false, true },