From 9206d5f989a000bf928bbfc8d7bf0e64e7ce6ae3 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 10 Mar 2009 16:11:24 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9407 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 6c16582638..748c4c4443 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -262,7 +262,7 @@ void splash_with_acid(int acid_strength, bool corrode_items) if (post_res_dam > 0) { - mpr( "The acid burns!" ); + mpr("The acid burns!"); if (post_res_dam < dam) canned_msg(MSG_YOU_RESIST); @@ -285,7 +285,7 @@ void weapon_acid(int acid_strength) ouch(roll_dice(1, acid_strength), NON_MONSTER, KILLED_BY_ACID); } else if (x_chance_in_y(acid_strength + 1, 20)) - _item_corrode( hand_thing ); + _item_corrode(hand_thing); } void _item_corrode(int slot) -- cgit v1.2.3-54-g00ecf