Gills.lua 362 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/Traditions/Gills.lua
  3. Script Author : neatz09
  4. Script Date : 2019.04.18 11:04:19
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Allows caster to breathe under water
  10. function cast(Caster, Target)
  11. BreatheUnderwater(Spawn, true)
  12. end