From 01b0ace86ad2dcdfc416e57942bfa03a1b885095 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 30 Nov 2007 13:08:22 +0000 Subject: Fix a typo. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2947 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 555e3cf99e..a61b5fec33 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -1991,8 +1991,8 @@ bool throw_it(bolt &pbolt, int throw_2, bool teleport, int acc_bonus, set_item_ego_type( item, OBJ_MISSILES, SPMSL_POISONED ); pbolt.name = item.name(DESC_PLAIN); } - - // Note that bow_brand is known since the bow is equiped. + + // Note that bow_brand is known since the bow is equipped. if ((bow_brand == SPWPN_FLAME || ammo_brand == SPMSL_FLAME) && ammo_brand != SPMSL_ICE && bow_brand != SPWPN_FROST) { @@ -2115,7 +2115,7 @@ bool throw_it(bolt &pbolt, int throw_2, bool teleport, int acc_bonus, if ( (get_equip_race(item) == ISFLAG_DWARVEN && player_genus(GENPC_DWARVEN)) || (get_equip_race(item) == ISFLAG_ORCISH - && you.species == SP_HILL_ORC)) + && you.species == SP_HILL_ORC)) { baseDam += 1; } -- cgit v1.2.3-54-g00ecf