Skip to content

Commit c7c6c86

Browse files
committed
cardinals crossbow: remove log and fix inscrip
1 parent bf374c5 commit c7c6c86

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

crawl-ref/source/art-data.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,6 +1933,7 @@ TILE_EQ: scarf_invisibility
19331933
BOOL: inv, nogen
19341934

19351935
NAME: Cardinal's Crossbow
1936+
INSCRIP: triple compass
19361937
OBJ: OBJ_WEAPONS/WPN_TRIPLE_CROSSBOW
19371938
TYPE: triple triple crossbow
19381939
PLUS: +9

crawl-ref/source/throw.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ static void _player_shoot(bolt &pbolt, item_def &item, item_def const *launcher)
596596
// in mons_throw().
597597
void throw_it(quiver::action &a)
598598
{
599-
mprf("THROW IT");
600599
const item_def *primary = a.get_launcher();
601600
const item_def *offhand = you.offhand_weapon();
602601
if (offhand && (!primary || !is_range_weapon(*offhand)))

0 commit comments

Comments
 (0)