summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 01:42:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 01:42:23 +0000
commit1eff96d6a545f553cb96cc6347f712c5262a1852 (patch)
treefa7553aaef6aef77e4be943dfdb92ed746e81c50 /crawl-ref/source/fight.cc
parentded3b65a0dfd01a304e0b1c9f41c5d9fafc1d3f8 (diff)
downloadcrawl-ref-1eff96d6a545f553cb96cc6347f712c5262a1852.tar.gz
crawl-ref-1eff96d6a545f553cb96cc6347f712c5262a1852.zip
Put stabbing back in as a separate conduct, in case it can be used for
e.g. a future god of assassins. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5094 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index ae8885f921..5699bacf0e 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -1424,6 +1424,8 @@ int melee_attack::player_stab(int damage)
stab_message( def, stab_bonus );
exercise(SK_STABBING, 1 + random2avg(5, 4));
+
+ did_god_conduct(DID_STABBING, 4);
}
else
{