summaryrefslogtreecommitdiff
path: root/lib/mods/theme
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 /lib/mods/theme
parent4904124f7669d16c28271c1b94bc78633c699723 (diff)
Lua: Gods: Move GRACE_DELAY Lua variable to player_type struct
Diffstat (limited to 'lib/mods/theme')
-rw-r--r--lib/mods/theme/scpt/gods_new.lua2
-rw-r--r--lib/mods/theme/scpt/player.lua3
2 files changed, 0 insertions, 5 deletions
diff --git a/lib/mods/theme/scpt/gods_new.lua b/lib/mods/theme/scpt/gods_new.lua
index 8ad9f1a0..b6ff3b04 100644
--- a/lib/mods/theme/scpt/gods_new.lua
+++ b/lib/mods/theme/scpt/gods_new.lua
@@ -1,7 +1,5 @@
-- This file contains all the new gods
-add_loadsave("GRACE_DELAY",0)
-
GOD_AULE = add_god
{
["name"] = "Aule the Smith",
diff --git a/lib/mods/theme/scpt/player.lua b/lib/mods/theme/scpt/player.lua
index 0e9faff6..e2920642 100644
--- a/lib/mods/theme/scpt/player.lua
+++ b/lib/mods/theme/scpt/player.lua
@@ -3,9 +3,6 @@
------------------------------------------------------------------------------
function __birth_hook_objects()
- -- Grace delay for adding piety
- GRACE_DELAY = 0
-
-- Start the undeads, as undeads with the corruptions
if get_subrace_name() == "Vampire" then
player_gain_corruption(CORRUPT_VAMPIRE_TEETH)