Advertisement
alestane

Untitled

Mar 8th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         local multiplier = math.max(tonumber(db:get('story_times_complete')) or 0, 0);
  2.         data.difficulty = 1 + math.min(10, multiplier) / 2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement