From 588ba77a56ffc7262ee41f4f744129371c5bdc75 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 27 Oct 2009 14:39:25 +0100 Subject: Move Lua monster bindings into the dungeon lua. They appear to be used only for ziggurat monster placement, and I'm finding it hard to see a safe use of these for the user. Correct me if I'm wrong. --- crawl-ref/source/dlua.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/dlua.cc') 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); -- cgit v1.2.3-54-g00ecf