Skip to content

Commit

Permalink
Give Mummies a +2 Spellcasting aptitude
Browse files Browse the repository at this point in the history
To partially imitate Ogres' old aptitude pattern of high spellcasting but low
spell schools, which was a fairly interesting feature lost by their rework -
Mummies also have a similar thing already with their +0 Fighting and -2 weapon
aptitudes.
  • Loading branch information
Chris Campbell committed Dec 20, 2016
1 parent 1b51c6c commit 86bbc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl-ref/source/aptitudes.h
Expand Up @@ -304,7 +304,7 @@ static const species_skill_aptitude species_skill_aptitudes[] =
APT(SP_MUMMY, SK_TRAPS, UNUSABLE_SKILL),
#endif
APT(SP_MUMMY, SK_UNARMED_COMBAT, -2),
APT(SP_MUMMY, SK_SPELLCASTING, -1),
APT(SP_MUMMY, SK_SPELLCASTING, 2),
APT(SP_MUMMY, SK_CONJURATIONS, -2),
APT(SP_MUMMY, SK_HEXES, -1),
APT(SP_MUMMY, SK_CHARMS, -2),
Expand Down

0 comments on commit 86bbc9b

Please sign in to comment.