From 202da55ba94c6b9458594274e44870d6d6ab7632 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 8 Sep 2008 04:16:16 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6897 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ouch.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/ouch.cc') diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc index 6b5fa0f142..0b1ed073e1 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -828,11 +828,11 @@ void ouch( int dam, int death_source, kill_method_type death_type, { if (dam >= you.hp && god_protects_from_harm(you.religion)) { - simple_god_message( " protects you from harm!" ); + simple_god_message(" protects you from harm!"); return; } - dec_hp( dam, true ); + dec_hp(dam, true); // Even if we have low HP messages off, we'll still give a // big hit warning (in this case, a hit for half our HPs) -- bwr -- cgit v1.2.3-54-g00ecf