Advertisement
Guest User

Untitled

a guest
May 24th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <glasonion> shadowshade: don't you just need to sort $dieSkillLetterArrayArray[$dieIdx]) ?
  2. <AdmJota> Other than swing skills, which ones go after the die size?
  3. <glasonion> like, before you iterate over it
  4. <shadowshade> ah, I see what you're getting at
  5. <shadowshade> yes, that would work
  6. <shadowshade> so, line 193-ish
  7. <irilyth> DVS requested this change, I dunno why *he's* not fixing it. :^)
  8. <shadowshade> (in BMBtnSkillRandomBM.php)
  9. <shadowshade> something like:
  10. <shadowshade> $dieSkillLetterArray = $dieSkillLetterArrayArray[$dieIdx];
  11. <shadowshade> sort($dieSkillLetterArray)
  12. <shadowshade> foreach ($dieSkillLetterArray as $skillLetter) {
  13. <shadowshade> ...
  14. <glasonion> yeah, that's what i was thinking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement