summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-09-01 14:08:31 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-09-01 15:23:25 +0200
commit1f9982f7ce052c5d5e96685845f03b91e870014c (patch)
treeec03f44b8eece0af2cbb1983972df33b35e75e1b /crawl-ref/source/traps.h
parente128f59130d5a83b1149eb2aa13d877de0005e49 (diff)
downloadcrawl-ref-1f9982f7ce052c5d5e96685845f03b91e870014c.tar.gz
crawl-ref-1f9982f7ce052c5d5e96685845f03b91e870014c.zip
Forcibly detaching yourself from a web may destroy it.
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 55bf0a575f..3a0e4736d0 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 maybe_destroy_web(actor *oaf);
#endif