eq2emu-content/ItemScripts/devpotion.lua

13 lines
253 B
Lua
Raw Permalink Normal View History

2024-10-26 11:37:28 +00:00
--[[
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