summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 473f450fd0..25526ceb58 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -3029,7 +3029,7 @@ static void miscast_ice(int severity, const char* cause)
mpr("You feel extremely cold.");
break;
case 1:
- mpr("You are covered in a thin layer of ice");
+ mpr("You are covered in a thin layer of ice.");
expose_player_to_element(BEAM_COLD, 2);
if (player_res_cold() < 0)