summaryrefslogtreecommitdiff
path: root/lib/scpt/spells.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scpt/spells.lua')
-rw-r--r--lib/scpt/spells.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/scpt/spells.lua b/lib/scpt/spells.lua
index 2f90c10b..24b4f02b 100644
--- a/lib/scpt/spells.lua
+++ b/lib/scpt/spells.lua
@@ -42,14 +42,6 @@ SCHOOL_AIR = add_school
["skill"] = SKILL_AIR,
["spell_power"] = TRUE,
["sorcery"] = TRUE,
- ["hooks"] =
- {
- [HOOK_CALC_BONUS] = function()
- if get_skill(SKILL_AIR) >= 50 then
- player.magical_breath = TRUE
- end
- end,
- },
["gods"] =
{
-- Manwe Sulimo provides the Air school at 2/3 the prayer skill
@@ -67,14 +59,6 @@ SCHOOL_WATER = add_school
["skill"] = SKILL_WATER,
["spell_power"] = TRUE,
["sorcery"] = TRUE,
- ["hooks"] =
- {
- [HOOK_CALC_BONUS] = function()
- if get_skill(SKILL_WATER) >= 30 then
- player.water_breath = TRUE
- end
- end,
- },
["gods"] =
{
-- Yavanna Kementari provides the Water school at 1/2 the prayer skill