function rejuvenatorHit(damage, activator, caller) local damageThreshold = 1 if damage < damageThreshold then return end caller:AddCond(43, 5, activator) caller:AddCond(5, 2, activator) timer.Simple(5, function() caller:Suicide() end) end