From e711d4b1bb15d82886af6fbf557d63e74f2b5fd0 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Fri, 25 Dec 2009 13:22:48 +1000 Subject: A start at a dLua spells library. Provides wrappers for non-player Toxic Radiance and Ozocubu's Refrigeration. These are basically just an adjustment of kill categories and messages to allow them to be used as background effects in WizLabs (Ozocubu's and Olgreb's). Hopefully a wrapper for monster (and possibly player)-cast bolt structures can also be included, which could then be accessed with the (planned) Lua traps functionality. --- crawl-ref/source/l_libs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/l_libs.h') diff --git a/crawl-ref/source/l_libs.h b/crawl-ref/source/l_libs.h index 0d7484fe75..d09434be0c 100644 --- a/crawl-ref/source/l_libs.h +++ b/crawl-ref/source/l_libs.h @@ -51,6 +51,7 @@ extern const struct luaL_reg dgn_mons_dlib[]; extern const struct luaL_reg dgn_subvault_dlib[]; extern const struct luaL_reg dgn_tile_dlib[]; extern const struct luaL_reg feat_dlib[]; +extern const struct luaL_reg spells_dlib[]; extern const struct luaL_reg los_dlib[]; extern const struct luaL_reg mapmarker_dlib[]; -- cgit v1.2.3-54-g00ecf