summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-10 20:17:39 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-10 20:19:20 +0200
commitb34352dcd834057993a5e4c146b5b61cca41da15 (patch)
treefeec8d8d22095434b1d61181d9ea967995ac8f4e /src/types.h
parent4904124f7669d16c28271c1b94bc78633c699723 (diff)
Lua: Gods: Move GRACE_DELAY Lua variable to player_type struct
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 7b6019ae..fc4f7356 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1489,6 +1489,7 @@ struct player_type
u16b csane_frac; /* Cur sanity frac */
s32b grace; /* Your God's appreciation factor. */
+ s32b grace_delay; /* Delay factor for granting piety. */
byte pgod; /* Your God. */
bool_ praying; /* Praying to your god. */
s16b melkor_sacrifice; /* How much hp has been sacrified for damage */