summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dlua.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dlua.cc')
-rw-r--r--crawl-ref/source/dlua.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dlua.cc b/crawl-ref/source/dlua.cc
index d80c64118c..24fd13356f 100644
--- a/crawl-ref/source/dlua.cc
+++ b/crawl-ref/source/dlua.cc
@@ -271,6 +271,7 @@ void init_dungeon_lua()
dluaopen_crawl(dlua);
dluaopen_file(dlua);
dluaopen_mapgrd(dlua);
+ dluaopen_monsters(dlua);
dluaopen_you(dlua);
luaL_openlib(dlua, "dgn", dgn_dlib, 0);