summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 21:24:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 21:24:15 +0000
commit85570292af65f6ce5dd8af84d716f3307205e0ec (patch)
tree5e75717ca3c6dd8b8963afff82ef746e5773b1a2 /crawl-ref
parent83ac33ef8c9549bc43ded130f86b1341d93be393 (diff)
downloadcrawl-ref-85570292af65f6ce5dd8af84d716f3307205e0ec.tar.gz
crawl-ref-85570292af65f6ce5dd8af84d716f3307205e0ec.zip
For consistency, Make the unused stabbing conduct give 5 points instead
of 4. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5114 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 26503befc7..207bbc080c 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -1473,7 +1473,7 @@ int melee_attack::player_stab(int damage)
exercise(SK_STABBING, 1 + random2avg(5, 4));
- did_god_conduct(DID_STABBING, 4);
+ did_god_conduct(DID_STABBING, 5);
}
else
{