From 22f5db88e448378b78770430edc5fd8e1bcb9a48 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 24 Sep 2007 14:11:22 +0000 Subject: 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 --- crawl-ref/source/skills.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'crawl-ref/source/skills.cc') 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 -- cgit v1.2.3-54-g00ecf