From 1d78b895cd536021bae5ab96ca3a4fff30eef870 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 27 Jan 2007 10:54:03 +0000 Subject: Can't fix pain brands (Darshan.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@890 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 4fbf0e7ce5..f6cb476c34 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -2854,10 +2854,12 @@ static bool affix_weapon_enchantment( void ) break; case SPWPN_PAIN: - strcat(info, " shrieks out in eternal agony!"); + // Can't fix pain brand (balance)...you just get tormented. + strcat(info, " shrieks out in agony!"); mpr(info); torment_monsters(you.x_pos, you.y_pos, 0, TORMENT_GENERIC); + success = false; // is only naughty if you know you're doing it if (get_ident_type(OBJ_SCROLLS, SCR_ENCHANT_WEAPON_III)==ID_KNOWN_TYPE) -- cgit v1.2.3-54-g00ecf