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/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 8bd163a786..a521077906 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -1392,7 +1392,7 @@ enum item_status_flag_type // per item flags: ie. ident status, cursed status ISFLAG_EQ_JEWELLERY_MASK = 0x0000000F, // mask of flags for known jewellery ISFLAG_CURSED = 0x00000100, // cursed - ISFLAG_BLESSED_BLADE = 0x00000200, // personalized TSO's gift + ISFLAG_BLESSED_WEAPON = 0x00000200, // personalized TSO's gift ISFLAG_RESERVED_2 = 0x00000400, // reserved ISFLAG_RESERVED_3 = 0x00000800, // reserved -- cgit v1.2.3-54-g00ecf