summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-01 18:01:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-01 18:01:37 +0100
commit3bf288448a8a98d7f1b2db89711c778cf335b18c (patch)
treeb4e37b66abd02521740155434b955f7a37705d98 /crawl-ref/source/delay.cc
parent8d0e10466101644a99a04833ae5b397ec6001fc0 (diff)
downloadcrawl-ref-3bf288448a8a98d7f1b2db89711c778cf335b18c.tar.gz
crawl-ref-3bf288448a8a98d7f1b2db89711c778cf335b18c.zip
Assorted formatting fixes.
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index bf72db24bb..0aedf91cfd 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -892,8 +892,7 @@ void handle_delay()
break;
case DELAY_SHAFT_SELF:
- mpr("You continue digging a shaft.",
- MSGCH_MULTITURN_ACTION);
+ mpr("You continue digging a shaft.", MSGCH_MULTITURN_ACTION);
break;
case DELAY_MULTIDROP:
@@ -1091,10 +1090,8 @@ static void _finish_delay(const delay_queue_item &delay)
}
case DELAY_SHAFT_SELF:
- {
you.do_shaft_ability();
break;
- }
case DELAY_BUTCHER:
case DELAY_BOTTLE_BLOOD:
@@ -1858,7 +1855,7 @@ static const char *delay_names[] =
"recite",
#endif
"run", "rest", "travel", "macro",
- "macro_process_key", "interruptible", "uninterruptible", "shaft self"
+ "macro_process_key", "interruptible", "uninterruptible", "shaft self",
};
// Gets a delay given its name.