summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-19 09:49:59 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-19 09:49:59 +0000
commitbe1aec14ba88f1a032523d5929894d60e4acad1f (patch)
tree013230a58acfd6d4d2a49e139049a633cd43b8a5 /crawl-ref/source/mon-spll.h
parentabdd6971bdc3e26427aa886314452d65e365db62 (diff)
downloadcrawl-ref-be1aec14ba88f1a032523d5929894d60e4acad1f.tar.gz
crawl-ref-be1aec14ba88f1a032523d5929894d60e4acad1f.zip
In an attempt to make bears not both rare and unremarkable, they now often berserk when fleeing. Uses berserk rage as an escape "spell". No changes to vaults (esp. Ice Caves) yet, the situation is being monitored. (patch by due)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10726 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index 7a136b8873..2cec050c91 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -1200,6 +1200,17 @@
}
},
+ { MST_BERSERK_ESCAPE,
+ {
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
+ SPELL_BERSERKER_RAGE
+ }
+ },
+
{ MST_TEST_SPAWNER,
{
SPELL_SHADOW_CREATURES,