Skip to content

Commit

Permalink
Tweak Basajaun stealth (mibe)
Browse files Browse the repository at this point in the history
They now have a normal base stealth modifier (15) and a +2 stealth
aptitude, which will help them become more usable for the En class.
  • Loading branch information
gammafunk committed Oct 1, 2016
1 parent 86d965a commit 197e54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crawl-ref/source/aptitudes.h
Expand Up @@ -1497,7 +1497,7 @@ static const species_skill_aptitude species_skill_aptitudes[] =
APT(SP_BASAJAUN, SK_THROWING, -2),
APT(SP_BASAJAUN, SK_ARMOUR, -2),
APT(SP_BASAJAUN, SK_DODGING, -2),
APT(SP_BASAJAUN, SK_STEALTH, -1),
APT(SP_BASAJAUN, SK_STEALTH, +2),
#if TAG_MAJOR_VERSION == 34
APT(SP_BASAJAUN, SK_STABBING, UNUSABLE_SKILL),
#endif
Expand Down
2 changes: 1 addition & 1 deletion crawl-ref/source/species-data.h
Expand Up @@ -707,7 +707,7 @@ static const map<species_type, species_def> species_data =
"Basajaun", nullptr, nullptr,
SPF_NONE,
-1, 2, 1,
9, 4,
15, 4,
MONS_BASAJAUN,
HT_LAND, US_ALIVE, SIZE_LARGE,
10, 9, 5, // 24
Expand Down

0 comments on commit 197e54b

Please sign in to comment.