Advertisement
Guest User

Untitled

a guest
Oct 11th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. claimedChunks = currentFaction.claimed_chunks()
  2.  
  3. for chunk in claimedChunks:
  4.     if enemy in chunk.get_containing_players():
  5.         enemy.hurt()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement