From c4db19005072f39faf67235d180d00eab6a4666f Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 11 Apr 2012 18:10:49 +0200 Subject: Lua: Gods: Refactor HOOK_FOLLOW_GOD code to C --- lib/mods/theme/scpt/gods.lua | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'lib/mods') diff --git a/lib/mods/theme/scpt/gods.lua b/lib/mods/theme/scpt/gods.lua index 014a4423..f76a3d6a 100644 --- a/lib/mods/theme/scpt/gods.lua +++ b/lib/mods/theme/scpt/gods.lua @@ -1,21 +1,5 @@ add_hooks { - [HOOK_FOLLOW_GOD] = function(god, action) - if action == "ask" then - if not (god == GOD_MELKOR) then - local i = INVEN_WIELD - while i < INVEN_TOTAL do - -- 13 is ART_POWER - if player.inventory(i).name1 == 13 then - msg_print("The One Ring has corrupted you, and you are rejected.") - return TRUE - end - i = i + 1 - end - end - end - return FALSE - end, [HOOK_RECALC_SKILLS] = function() if not (player.pgod == GOD_NONE) and (get_skill(SKILL_ANTIMAGIC) > 0) then msg_print("You no longer believe.") -- cgit v1.2.3