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