From ded3b65a0dfd01a304e0b1c9f41c5d9fafc1d3f8 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 17 May 2008 01:36:13 +0000 Subject: For TSO, change the "stabbing" conduct to an "unchivalrous attack" conduct, and exercise it on every stabbing attempt, whether it succeeds or not (and also whether the player is berserk or not, since a berserk player trying to stab seems unchivalrous to me). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5093 c06c8d41-db1a-0410-9941-cceddc491573 --- 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 7335e88de7..48b990a984 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -637,7 +637,7 @@ enum conduct_type DID_ATTACK_NEUTRAL, DID_ATTACK_FRIEND, DID_FRIEND_DIES, - DID_STABBING, + DID_UNCHIVALRIC_ATTACK, DID_POISON, DID_DEDICATED_BUTCHERY, // killings need no longer be dedicated (JPEG) -- cgit v1.2.3-54-g00ecf