Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. def delete_human(self, human_id):
  2. human_team_id = 0
  3.  
  4. for human in xrange(len(self.humans)):
  5. if self.humans[human].id == human_id:
  6. human_team_id = self.humans[human].team_id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement