summaryrefslogtreecommitdiff
path: root/src/spells.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-05 21:03:18 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:28:25 +0200
commit46498dfaab2cb0698822397b43039e3ecf605a1e (patch)
treeee758d0906ef96311bdaa4b5f392f9704553ab48 /src/spells.pkg
parentc92f7bf932d6e36c1aecd704a2a69d742ef7748d (diff)
Lua: Move geomancy spell effects to C
Diffstat (limited to 'src/spells.pkg')
-rw-r--r--src/spells.pkg7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/spells.pkg b/src/spells.pkg
index 5575d0f4..77a1794e 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -2465,3 +2465,10 @@ extern s16b last_teleportation_x;
* @note (see file spells1.c)
*/
extern void get_pos_player(int dis, int *ny=0, int *nx=0);
+
+/**
+ * Geomancy
+ */
+extern void geomancy_random_floor(int y, int x, bool kill_wall);
+extern void geomancy_dig(int y, int x, int dir, int length);
+extern void channel_the_elements(int y, int x, int level);