summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.h
diff options
context:
space:
mode:
authorwheals <shm.mark@gmail.com>2014-02-02 01:06:01 -0500
committerNeil Moore <neil@s-z.org>2014-02-02 02:06:30 -0500
commit8eed16d19cacd2b68218bed7603aa05e63bbcced (patch)
treed4b39376a58d4c4e104619855ec26b4888e129a9 /crawl-ref/source/mon-death.h
parentcf3e8c84c9e63e03f00ddca9524eee218e4c0642 (diff)
downloadcrawl-ref-8eed16d19cacd2b68218bed7603aa05e63bbcced.tar.gz
crawl-ref-8eed16d19cacd2b68218bed7603aa05e63bbcced.zip
A felid unique, Natasha.
She is the familiar of a lost mage (Boris) who wandered into the dungeon in search of the orb. She's effectively a XL3 FeWz, though I'm not sure if one could actually get all the spell slots she does. As you might guess, she comes back to life after she dies, losing 1 HD each time (blame Grunt for that idea).
Diffstat (limited to 'crawl-ref/source/mon-death.h')
-rw-r--r--crawl-ref/source/mon-death.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-death.h b/crawl-ref/source/mon-death.h
index 49945f15c6..2994eb7f86 100644
--- a/crawl-ref/source/mon-death.h
+++ b/crawl-ref/source/mon-death.h
@@ -19,6 +19,9 @@ void elven_twins_unpacify(monster* twin);
bool mons_is_kirke(monster* mons);
void hogs_to_humans();
+bool mons_is_natasha(monster* mons);
+void natasha_revive(monster* mons);
+
bool mons_is_phoenix(const monster* mons);
void phoenix_died(monster* mons);
void timeout_phoenix_markers(int duration);