6 lines
129 B
Lua

function onGain(owner, effect, actionContainer)
end;
function onLose(owner, effect, actionContainer)
owner:SetCombos();
end;