--[[ Script Name : Spells/TastyThings.lua Script Author : neatz09 Script Date : 2020.08.14 11:08:28 Script Purpose : : --]] -- Info from spell_display_effects (remove from script when done) -- Increases the duration of tradeskilled food by 25%. function cast(Caster, Target) Say(Target, "Hah, nice try! That's not implemented yet!") end