From 20de84ea5290c7f9326e216814424cfd2230575e Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Thu, 31 Dec 2009 23:04:44 +1000 Subject: Subsume Darts skill into Throwing. Instances where Darts skill was previously check (such as blow guns, throwing of darts, etc), now check the throwing skill instead. This causes a few problems: * missile acquirement is possibly skewed now * aptitudes are now wrong, and should be adjusted This doesn't include code to compensate for large monsters that used to have a good throwing skills and bad dart skills now using the lower throwing skill, and vice versa, but it's a major start. TAG_MAJOR_VERSION was bumped in the previous commit. Hopefully I haven't broken anything too major, but if so, the commit can be reverted. --- crawl-ref/source/enum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index eed1964627..7dfc0255a7 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -2625,8 +2625,8 @@ enum skill_type SK_SLINGS, SK_BOWS, SK_CROSSBOWS, - SK_DARTS, - SK_THROWING, + // was darts, now unused + SK_THROWING = 11, SK_ARMOUR, SK_DODGING, SK_STEALTH, -- cgit v1.2.3-54-g00ecf