diff options
| author | Petr Mrázek | 2012-03-11 22:25:30 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-11 22:25:30 +0100 |
| commit | 3b87f7bd3ad0d948211865cb2608ba75c35514bb (patch) | |
| tree | 7c14d85f10632495147fc05f987dfdae9fd8d594 /plugins/CMakeLists.txt | |
| parent | 32cc4c892889110644ebfeb5e4a2e5859bd057cf (diff) | |
| download | dfhack-3b87f7bd3ad0d948211865cb2608ba75c35514bb.tar.gz dfhack-3b87f7bd3ad0d948211865cb2608ba75c35514bb.tar.bz2 dfhack-3b87f7bd3ad0d948211865cb2608ba75c35514bb.tar.xz | |
Add revforget command, lair plugin
revforget throws away data reveal keeps in order to be able to hide
the revealed parts of the map
lair allows marking the map as monster lair (or the opposite while
using the 'reset' option)
Diffstat (limited to 'plugins/CMakeLists.txt')
| -rw-r--r-- | plugins/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 09c0b298..20964c21 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -80,6 +80,8 @@ if (BUILD_SUPPORTED) DFHACK_PLUGIN(changevein changevein.cpp) DFHACK_PLUGIN(advtools advtools.cpp) DFHACK_PLUGIN(tweak tweak.cpp) + DFHACK_PLUGIN(lair lair.cpp) + # not yet. busy with other crud again... #DFHACK_PLUGIN(versionosd versionosd.cpp) endif() |
