eq2emu-content/ItemScripts/devpotion.lua
2024-10-26 11:37:28 +00:00

12 lines
253 B
Lua
Executable file

--[[
Script Name : ItemScripts/devpotion.lua
Script Author : bubbajoe
Script Date : 2021.12.07 11:12:06
Script Purpose :
:
--]]
function examined(Item, Player)
SetMaxHP(Player, GetMaxHP * 3)
end