summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-24 14:11:22 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-24 14:11:22 +0000
commit22f5db88e448378b78770430edc5fd8e1bcb9a48 (patch)
treef01f63abba6ce1f19422c6687ae9dc1324cab285 /crawl-ref/source/skills.cc
parente11dba64d54f66fca604f0484ada549fb19db709 (diff)
downloadcrawl-ref-22f5db88e448378b78770430edc5fd8e1bcb9a48.tar.gz
crawl-ref-22f5db88e448378b78770430edc5fd8e1bcb9a48.zip
A few simple fixes.
* Add zero level invocations to Trog and Ely's religion screens * Demonspawn get 0-2 additional damage for demonic weapons (similar to MD + dwarven weapons) * Darts and Throwing don't crosstrain anymore * Don't offer "inscribe items" text during tutorial. * Cleanup and minor fixes of tutorial git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2187 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/skills.cc')
-rw-r--r--crawl-ref/source/skills.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/skills.cc b/crawl-ref/source/skills.cc
index e615753db4..af9dd22cee 100644
--- a/crawl-ref/source/skills.cc
+++ b/crawl-ref/source/skills.cc
@@ -231,14 +231,6 @@ static int exercise2( int exsk )
{
bonus += random2(3);
}
-
- /* Darts and Throwing */
- if ((exsk == SK_DARTS || exsk == SK_THROWING)
- && (you.skills[SK_DARTS] > you.skills[exsk]
- || you.skills[SK_THROWING] > you.skills[exsk]))
- {
- bonus += random2(3);
- }
}
// Quick fix for the fact that stealth can't be gained fast enough to