Skip to content

Commit

Permalink
Increase Monstrous Menagerie to L7, Shadow Creatures to L6
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Campbell committed Jan 5, 2016
1 parent d97a107 commit a351c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crawl-ref/source/book-data.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ static const vector<spell_type> spellbook_templates[] =
{ // Book of Summonings
SPELL_RECALL,
SPELL_AURA_OF_ABJURATION,
SPELL_SHADOW_CREATURES,
SPELL_SUMMON_DEMON,
SPELL_SUMMON_FOREST,
SPELL_SUMMON_MANA_VIPER,
SPELL_SHADOW_CREATURES,
},

{ // Book of Fire
Expand Down Expand Up @@ -331,10 +331,10 @@ static const vector<spell_type> spellbook_templates[] =
{ // Book of Dreams
SPELL_HIBERNATION,
SPELL_PHASE_SHIFT,
SPELL_SHADOW_CREATURES,
SPELL_SILENCE,
SPELL_DARKNESS,
SPELL_MASS_CONFUSION,
SPELL_SHADOW_CREATURES,
},

{ // Book of Alchemy
Expand Down
4 changes: 2 additions & 2 deletions crawl-ref/source/spl-data.h
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ static const struct spell_desc spelldata[] =
SPELL_SHADOW_CREATURES, "Shadow Creatures",
SPTYP_SUMMONING,
SPFLAG_MONS_ABJURE,
5,
6,
0,
-1, -1,
4, 0,
Expand Down Expand Up @@ -1626,7 +1626,7 @@ static const struct spell_desc spelldata[] =
SPELL_MONSTROUS_MENAGERIE, "Monstrous Menagerie",
SPTYP_SUMMONING,
SPFLAG_MONS_ABJURE,
6,
7,
200,
-1, -1,
5, 0,
Expand Down

0 comments on commit a351c64

Please sign in to comment.