summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-16 17:24:19 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-19 13:29:34 +0100
commite04027396fed25745a82fc6a2d931d9c096f2498 (patch)
tree60f0a06061ad1d38fa49ab3f557a76ea576857a7 /crawl-ref/source/traps.h
parent2cdc887adcd4897005a5777b95a37ce37bf46c80 (diff)
downloadcrawl-ref-e04027396fed25745a82fc6a2d931d9c096f2498.tar.gz
crawl-ref-e04027396fed25745a82fc6a2d931d9c096f2498.zip
Arachne
Greek mythology has her as a mere non-sentient spider, the "spidertaur" form I used here comes later -- most of 19th century artwork shows her that way, possibly some earlier works too. She has a staff of poison, and a spell that shoots a beam that splats a web onto you.
Diffstat (limited to 'crawl-ref/source/traps.h')
-rw-r--r--crawl-ref/source/traps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/traps.h b/crawl-ref/source/traps.h
index 124fdf2b5e..5068a2d0e8 100644
--- a/crawl-ref/source/traps.h
+++ b/crawl-ref/source/traps.h
@@ -48,4 +48,5 @@ trap_type random_trap_for_place(int level_number = -1,
int count_traps(trap_type ttyp);
void place_webs(int num, bool is_second_phase = false);
bool maybe_destroy_web(actor *oaf);
+bool ensnare(actor *fly);
#endif