if item ~= nil and item.prefab == "armorruins" then
local health_percent = inst.components.health:GetPercent()
inst.components.health:SetMaxHealth(inst.components.health.maxhealth + 100)
inst.components.health:SetPercent(health_percent)
self.healthmax = inst.components.health.maxhealth
end