From 9626e74a031ee6694aaf46605cadf6d485c2f82a Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 19 Nov 2009 22:41:11 -0600 Subject: Rename blessed eudemon blades to holy eudemon blades. This is shorter, consistent with the other demon-converted weapon, and consistent with its always getting the holy wrath brand. --- crawl-ref/source/monster.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monster.cc') diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc index 9de8e7d9df..68ef785fd8 100644 --- a/crawl-ref/source/monster.cc +++ b/crawl-ref/source/monster.cc @@ -1255,7 +1255,7 @@ static bool _is_signature_weapon(monsters *monster, const item_def &weapon) return (weapon.sub_type == WPN_HOLY_SCOURGE); if (monster->type == MONS_DAEVA) - return (weapon.sub_type == WPN_BLESSED_EUDEMON_BLADE); + return (weapon.sub_type == WPN_HOLY_EUDEMON_BLADE); // We might allow Sigmund to pick up a better scythe if he finds one... if (monster->type == MONS_SIGMUND) -- cgit v1.2.3-54-g00ecf