From c8f280dbc8c22e355c7536ad17f39766c8264ec3 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 11 Nov 2009 17:02:45 +0100 Subject: Crossbows of shocking, for everyone. Launchers of holy wrath, for dpeg's angels. Neither cause additional mulching of ammo, since both the charge and blessing is temporary. Blessing and reaping cancel each other. Holy wrath launchers are a lot weaker than silver ammo, but these two stack. Plus, they're permanent while ammo is scarce. --- crawl-ref/source/monster.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/monster.cc') diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc index 1a9e9e1737..60acd8e01e 100644 --- a/crawl-ref/source/monster.cc +++ b/crawl-ref/source/monster.cc @@ -1199,6 +1199,8 @@ static bool _compatible_launcher_ammo_brands(item_def *launcher, return (bow_brand != SPWPN_FLAME && bow_brand != SPWPN_FROST); case SPMSL_CHAOS: return (bow_brand != SPWPN_CHAOS); + case SPMSL_REAPING: + return (bow_brand != SPWPN_HOLY_WRATH); default: return (true); } -- cgit v1.2.3-54-g00ecf