From 9703c86777b2d8acabc5a25f407c9ee0d045b0e1 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 25 Sep 2008 21:56:12 +0000 Subject: Add miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6992 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index bf63dff657..46c97586b4 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -3921,7 +3921,7 @@ static bool _vorpalise_weapon() torment_monsters(you.pos(), 0, TORMENT_GENERIC); success = false; - // Is only naughty if you know you're doing it. + // This is only naughty if you know you're doing it. // XXX: assumes this can only happen from Vorpalise Weapon scroll. did_god_conduct(DID_UNHOLY, 10, get_ident_type(OBJ_SCROLLS, SCR_VORPALISE_WEAPON) @@ -4436,9 +4436,9 @@ void read_scroll( int slot ) break; case SCR_TORMENT: - torment( TORMENT_SCROLL, you.pos() ); + torment(TORMENT_SCROLL, you.pos()); - // Is only naughty if you know you're doing it. + // This is only naughty if you know you're doing it. did_god_conduct(DID_UNHOLY, 10, item_type_known(scroll)); break; -- cgit v1.2.3-54-g00ecf