summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.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/religion.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/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index e870841980..d8123df39a 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -73,7 +73,7 @@ void beogh_convert_orc(monsters *orc, bool emergency,
bool is_evil_item(const item_def& item);
bool ely_destroy_weapons();
bool trog_burn_books();
-bool tso_stab_safe_monster(const actor *act);
+bool tso_unchivalric_attack_safe_monster(const actor *act);
bool is_good_follower(const monsters* mon);
bool is_orcish_follower(const monsters* mon);