Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if(_root.arenaBlind > 0)
  2. {
  3. _root.accuracy = Math.floor(_root.accuracy * 0.6);
  4. _root.accuracyPct = Math.floor(_root.accuracyPct * 0.8);
  5. _root.evasion = Math.floor(_root.evasion * 0.6);
  6. _root.evasionPct = Math.floor(_root.evasionPct * 0.8);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement