summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-16 20:20:43 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-17 20:33:00 +0200
commitca30fc5a6f92d75ee1c7eec2dd863776fe7afb5f (patch)
tree8c784ba04736f5ee845ae42cba66d80194efa951 /src/types.h
parentcf9afa2063fa9123f8653e76d17404775a34313d (diff)
Lua: Move "Geomancy" spell functions to C
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index ea8213a3..ea66ff5f 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1837,6 +1837,9 @@ struct player_type
s16b melee_style; /* How are */
s16b use_piercing_shots; /* for archery */
+ /* Dripping Tread spell timer */
+ s16b dripping_tread;
+
/* Help */
help_info help;