Skip to content

Commit

Permalink
Reduce Darkness to level 6
Browse files Browse the repository at this point in the history
It's quite a useful effect but a bit innaccessible at level 7.
  • Loading branch information
Chris Campbell committed Jul 26, 2015
1 parent 9532fc8 commit 9bc13d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crawl-ref/source/book-data.h
Expand Up @@ -321,17 +321,17 @@ static const vector<spell_type> spellbook_templates[] =
SPELL_PASSWALL,
SPELL_GOLUBRIAS_PASSAGE,
SPELL_LRD,
SPELL_INVISIBILITY,
SPELL_DARKNESS,
SPELL_INVISIBILITY,
},

{ // Book of Dreams
SPELL_HIBERNATION,
SPELL_PHASE_SHIFT,
SPELL_SHADOW_CREATURES,
SPELL_SILENCE,
SPELL_MASS_CONFUSION,
SPELL_DARKNESS,
SPELL_MASS_CONFUSION,
},

{ // Book of Alchemy
Expand Down
2 changes: 1 addition & 1 deletion crawl-ref/source/spl-data.h
Expand Up @@ -2434,7 +2434,7 @@ static const struct spell_desc spelldata[] =
SPELL_DARKNESS, "Darkness",
SPTYP_HEXES,
SPFLAG_NONE,
7,
6,
200,
-1, -1,
3, 0,
Expand Down

0 comments on commit 9bc13d1

Please sign in to comment.