summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 01:36:13 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 01:36:13 +0000
commitded3b65a0dfd01a304e0b1c9f41c5d9fafc1d3f8 (patch)
tree9d6d2a77c39e986ffa86f8e094ec446deb3f742c /crawl-ref/source/enum.h
parent408f0d9ba4e28730d1bb388f8ed2f771c9d45155 (diff)
downloadcrawl-ref-ded3b65a0dfd01a304e0b1c9f41c5d9fafc1d3f8.tar.gz
crawl-ref-ded3b65a0dfd01a304e0b1c9f41c5d9fafc1d3f8.zip
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
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
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)