From 4fe67e14cab6affd2a69a864dda356440d50e0ca Mon Sep 17 00:00:00 2001 From: Enne Walker Date: Sat, 28 Nov 2009 18:06:49 -0500 Subject: Subvaults. Vaults can now include other vaults as a part of their definition. These subvaults are currently included by tag only and replace glyphs in their parent vault. See documentation for more details. Vault:8 has been modified to use subvaults. --- crawl-ref/source/util/levcomp.lpp | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/util/levcomp.lpp') diff --git a/crawl-ref/source/util/levcomp.lpp b/crawl-ref/source/util/levcomp.lpp index dc2ea7ca6f..151ef1418e 100644 --- a/crawl-ref/source/util/levcomp.lpp +++ b/crawl-ref/source/util/levcomp.lpp @@ -261,6 +261,7 @@ KITEM: { CBEGIN(ARGUMENT); return KITEM; } KMONS: { CBEGIN(ARGUMENT); return KMONS; } KMASK: { CBEGIN(ARGUMENT); return KMASK; } KPROP: { CBEGIN(ARGUMENT); return KPROP; } +SUBVAULT: { CBEGIN(ARGUMENT); return SUBVAULT; } , return COMMA; -- cgit v1.2.3-54-g00ecf