From be1aec14ba88f1a032523d5929894d60e4acad1f Mon Sep 17 00:00:00 2001 From: evktalo Date: Sat, 19 Sep 2009 09:49:59 +0000 Subject: 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 --- crawl-ref/source/mon-spll.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'crawl-ref/source/mon-spll.h') 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, -- cgit v1.2.3-54-g00ecf