Skip to content

Commit

Permalink
Update random again ... 2
Browse files Browse the repository at this point in the history
  • Loading branch information
elena20ruiz committed Jun 9, 2019
1 parent ad1034f commit 83e7348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion catwarbot/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def fight(step, t, c, ne, c_ne):
if step < 500:
# Fight!
fight = random.randrange(0,999)
print(fight)
if fight % 2:
# C wins ne territory
winner = c
Expand Down

0 comments on commit 83e7348

Please sign in to comment.