summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-data.h4
-rw-r--r--crawl-ref/source/spl-book.cc2
-rw-r--r--crawl-ref/source/spl-data.h8
3 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 9bd80cc10d..9697e02105 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -3814,9 +3814,9 @@
M_SEE_INVIS | M_UNIQUE | M_FLIES | M_COLD_BLOOD | M_SPEAKS,
MR_RES_POISON,
0, 10, MONS_DRACONIAN, MONS_DRACONIAN, MH_NATURAL, -5,
- { {AT_HIT, AF_PLAIN, 35}, {AT_TAIL_SLAP, AF_PLAIN, 25},
+ { {AT_HIT, AF_PLAIN, 65}, {AT_TAIL_SLAP, AF_PLAIN, 45},
AT_NO_ATK, AT_NO_ATK },
- { 22, 0, 0, 200 },
+ { 22, 0, 0, 380 },
8, 10, MST_NO_SPELLS, CE_NOCORPSE, Z_SMALL, S_ROAR, I_HIGH,
HT_LAND, 10, DEFAULT_ENERGY, MONUSE_STARTING_EQUIPMENT, SIZE_MEDIUM
},
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index df103bf991..c8c2795a80 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -142,8 +142,8 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
{SPELL_FREEZING_AURA,
SPELL_SLEEP,
SPELL_CONDENSATION_SHIELD,
- SPELL_BOLT_OF_COLD,
SPELL_OZOCUBUS_REFRIGERATION,
+ SPELL_BOLT_OF_COLD,
SPELL_SIMULACRUM,
SPELL_MASS_SLEEP,
SPELL_NO_SPELL,
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 3acd06f978..2487417bb8 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -271,7 +271,7 @@
SPELL_BOLT_OF_FIRE, "Bolt of Fire",
SPTYP_CONJURATION | SPTYP_FIRE,
SPFLAG_DIR_OR_TARGET,
- 5,
+ 6,
200,
NULL,
true
@@ -281,7 +281,7 @@
SPELL_BOLT_OF_COLD, "Bolt of Cold",
SPTYP_CONJURATION | SPTYP_ICE,
SPFLAG_DIR_OR_TARGET,
- 5,
+ 6,
200,
NULL,
true
@@ -291,7 +291,7 @@
SPELL_LIGHTNING_BOLT, "Lightning Bolt",
SPTYP_CONJURATION | SPTYP_AIR,
SPFLAG_DIR_OR_TARGET,
- 6,
+ 5,
200,
NULL,
true
@@ -2100,7 +2100,7 @@
SPELL_CONJURE_BALL_LIGHTNING, "Conjure Ball Lightning",
SPTYP_AIR | SPTYP_CONJURATION,
SPFLAG_NONE,
- 8,
+ 7,
200,
NULL,
false,