From 0a22591e3b05f479def2d67dc5c935aaddf072d1 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 15 Apr 2008 18:45:41 +0000 Subject: Let TSO's "holy attack power" blessing for followers turn demon blades into scimitars again. The corresponding blessing for players will still turn them into blessed blades. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4247 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemprop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/itemprop.h') diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h index 5a7a61e9a5..dbaea713a9 100644 --- a/crawl-ref/source/itemprop.h +++ b/crawl-ref/source/itemprop.h @@ -661,7 +661,7 @@ bool is_double_ended( const item_def &item ); int double_wpn_awkward_speed( const item_def &item ); bool is_demonic( const item_def &item ); -bool demonic2nondemonic( item_def &item ); +bool demonic2nondemonic( item_def &item, bool allow_blessed = true ); int get_vorpal_type( const item_def &item ); int get_damage_type( const item_def &item ); -- cgit v1.2.3-54-g00ecf