summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-03 10:45:58 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-03 10:48:15 -0700
commitf98009f105f0121d967247bba000e4286af429de (patch)
treeae3b92f1755e455f77b010b510172012ee6260ed /crawl-ref/source/mon-spll.h
parent620cfe93cabe77ec160466b90e62bc1ea4fdcfad (diff)
downloadcrawl-ref-f98009f105f0121d967247bba000e4286af429de.tar.gz
crawl-ref-f98009f105f0121d967247bba000e4286af429de.zip
Nudge monster (molten) gargoyles; give them spells and maces.
They're now basically miniature war gargoyles, exactly as you'd hope. Gargoyles now reappear in D at a smallish chance in troll depth (D:9-17); molten gargoyles are now lava spawns in more places.
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index 39b33de1ef..face84cbd8 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -2486,4 +2486,26 @@
SPELL_CRYSTAL_BOLT
}
},
+
+ { MST_GARGOYLE,
+ {
+ SPELL_STONE_ARROW,
+ SPELL_STONE_ARROW,
+ SPELL_NO_SPELL,
+ SPELL_STONE_ARROW,
+ SPELL_STONE_ARROW,
+ SPELL_NO_SPELL
+ }
+ },
+
+ { MST_MOLTEN_GARGOYLE,
+ {
+ SPELL_BOLT_OF_MAGMA,
+ SPELL_BOLT_OF_MAGMA,
+ SPELL_NO_SPELL,
+ SPELL_BOLT_OF_MAGMA,
+ SPELL_BOLT_OF_MAGMA,
+ SPELL_NO_SPELL
+ }
+ },
#endif