summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-02-05 21:47:50 -0330
committerDracoOmega <draco_omega@live.com>2013-03-03 17:06:47 -0330
commitfe132c357407c105a1ac9484008580c80b9f657c (patch)
tree7349eaf882c88cb2274e9b2adf7dad485d17bea3 /crawl-ref/source/misc.h
parent7f122b9c1a71e8b19da7abb5570002bd38a7d26e (diff)
downloadcrawl-ref-fe132c357407c105a1ac9484008580c80b9f657c.tar.gz
crawl-ref-fe132c357407c105a1ac9484008580c80b9f657c.zip
Add Vault Wardens
These are the watch captains of the vault, similar in stats to a greater vault guard, with more HD and slightly better equipment. They can evoke a rune of sealing which slams shut doors near the player and seals them closed. Sealed doors cannot be opened by the player by any means (though they can still be destroyed in the usual ways), although monsters can open them freely. The seals will expire after a number of turns, or instantly upon the death of the warden which sealed them.
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index caa11ab142..b5c1415bf3 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -90,6 +90,8 @@ void timeout_tombs(int duration);
int count_malign_gateways();
void timeout_malign_gateways(int duration);
+void timeout_door_seals(int duration);
+
void setup_environment_effects();
// Lava smokes, swamp water mists.