devpotion.lua 253 B

123456789101112
  1. --[[
  2. Script Name : ItemScripts/devpotion.lua
  3. Script Author : bubbajoe
  4. Script Date : 2021.12.07 11:12:06
  5. Script Purpose :
  6. :
  7. --]]
  8. function examined(Item, Player)
  9. SetMaxHP(Player, GetMaxHP * 3)
  10. end