summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dgn-shoals.cc')
-rw-r--r--crawl-ref/source/dgn-shoals.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dgn-shoals.cc b/crawl-ref/source/dgn-shoals.cc
index 90d4d562ed..50c3f37b5c 100644
--- a/crawl-ref/source/dgn-shoals.cc
+++ b/crawl-ref/source/dgn-shoals.cc
@@ -1050,7 +1050,7 @@ static void _shoals_apply_tide_at(coord_def c, int tide, bool incremental_tide)
&& !you.ground_level()
&& !you.permanent_flight())
{
- mpr("The tide rushes in under you.", MSGCH_WARN);
+ mprf(MSGCH_WARN, "The tide rushes in under you.");
}
}
@@ -1270,7 +1270,7 @@ void wizard_mod_tide()
{
if (!player_in_branch(BRANCH_SHOALS) || !env.heightmap.get())
{
- mpr("Not in Shoals or no heightmap; tide not available.", MSGCH_WARN);
+ mprf(MSGCH_WARN, "Not in Shoals or no heightmap; tide not available.");
return;
}