summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-05 23:03:27 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:28:26 +0200
commita9b597979d99a53c56d2fa5b8498834364fef7a9 (patch)
tree42610d02bb59ce73fb31df717f597b9f5ea41e41 /lib
parenta222834aca2090772fec130ded728424a5e790d6 (diff)
Lua: Move player.corrupt_anti_teleport_stopped variable to C
Diffstat (limited to 'lib')
-rw-r--r--lib/mods/theme/scpt/powers.lua2
-rw-r--r--lib/scpt/powers.lua2
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/mods/theme/scpt/powers.lua b/lib/mods/theme/scpt/powers.lua
index ff4c62c5..90d69ac7 100644
--- a/lib/mods/theme/scpt/powers.lua
+++ b/lib/mods/theme/scpt/powers.lua
@@ -35,8 +35,6 @@ POWER_WEB = add_power
-- Activating/stopping space-continuum
-- When stopped it will induce constant mana loss
-player.corrupt_anti_teleport_stopped = FALSE
-add_loadsave("player.corrupt_anti_teleport_stopped", FALSE)
POWER_COR_SPACE_TIME = add_power
{
["name"] = "control space/time continuum",
diff --git a/lib/scpt/powers.lua b/lib/scpt/powers.lua
index ff4c62c5..90d69ac7 100644
--- a/lib/scpt/powers.lua
+++ b/lib/scpt/powers.lua
@@ -35,8 +35,6 @@ POWER_WEB = add_power
-- Activating/stopping space-continuum
-- When stopped it will induce constant mana loss
-player.corrupt_anti_teleport_stopped = FALSE
-add_loadsave("player.corrupt_anti_teleport_stopped", FALSE)
POWER_COR_SPACE_TIME = add_power
{
["name"] = "control space/time continuum",