Advertisement
Hinalover

Untitled

Sep 11th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. else if (p()->spec.brewing_mana_tea->ok())
  2. {
  3. // Manatee
  4. // _.---.._
  5. // _ _.-' ''-.
  6. // .' '-,_.-' '''.
  7. // ( _ o :
  8. // '._ .-' '-._ \ \- ---]
  9. // '-.___.-') )..-'
  10. // (_/
  11. int stacks = base_stacks;
  12. for (int x = 0; x < base_stacks; ++x) {
  13. stacks += ( ab::rng().roll( p() -> cache.spell_crit() ) ) ? 1 : 0;
  14. }
  15. p() -> buff.mana_tea -> trigger( stacks );
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement