summaryrefslogtreecommitdiff
path: root/lib/mods/theme
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-06 15:01:52 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:28:26 +0200
commit8a0cd497bc0848adaefa56321321df7d0b19dd22 (patch)
treed7bffd791a078efc467b25dd8710f8264e41bc9c /lib/mods/theme
parentd5712602c95caccc32dd73fa54592370b91cc398 (diff)
Lua: Remove unneeded init of corrupt_anti_teleport_stopped
Diffstat (limited to 'lib/mods/theme')
-rw-r--r--lib/mods/theme/scpt/corrupt.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/mods/theme/scpt/corrupt.lua b/lib/mods/theme/scpt/corrupt.lua
index 81b87847..dc750f0f 100644
--- a/lib/mods/theme/scpt/corrupt.lua
+++ b/lib/mods/theme/scpt/corrupt.lua
@@ -172,9 +172,6 @@ CORRUPT_ANTI_TELEPORT = add_corruption
},
["hooks"] =
{
- [HOOK_BIRTH_OBJECTS] = function()
- player.corrupt_anti_teleport_stopped = FALSE
- end,
[HOOK_PROCESS_WORLD] = function()
if player.corrupt_anti_teleport_stopped == TRUE then
local amt = player.msp + player.csp