From cbf5fe7b39f4ae734ba7b596b8a1c17264f797ea Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 19 Nov 2009 22:16:37 -0600 Subject: Properly mark blessed whips as TSO gifts (Scourges instead of Blades). --- crawl-ref/source/effects.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index b31ed17d89..063b1db69e 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -2051,9 +2051,9 @@ int acquirement_create_item(object_class_type class_wanted, continue; } - // Only TSO gifts blessed blades, and currently not through + // Only TSO gifts blessed weapons, and currently not through // acquirement, but make sure of this anyway. - if (agent != GOD_SHINING_ONE && is_blessed_blade(doodad)) + if (agent != GOD_SHINING_ONE && is_blessed(doodad)) { destroy_item(thing_created, true); thing_created = NON_ITEM; -- cgit v1.2.3-54-g00ecf