Advertisement
mariopaster

Untitled

Feb 10th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public void updateQuiver(int lvl) {
  2. int redAndPurple = 10 + (lvl - lvl % 2);
  3. int yellow = 10 + ((int) (lvl / 2)) * 6;
  4. Quiver_Amount = Integer.parseInt((""+redAndPurple).concat(""+redAndPurple).concat(""+yellow));
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement