Skip to content

Commit

Permalink
error in message when one tries to send a bomb and troops with the sa…
Browse files Browse the repository at this point in the history
…me path
  • Loading branch information
forestjulien committed Mar 19, 2017
1 parent d750953 commit 99d1129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/gitc.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ def execute_orders(pid, actions):
t.eta))
elif (f_from, f_to) in bomb_paths:
log('WARNING : Player {} tries to send troops from bomb source {} to bomb destination {}, move cancelled'.format(pid,
t.f_from,
t.f_to))
f_from,
f_to))
elif count == 0:
log('WARNING : Player {} tries to send 0 troops ! Move ignored.'.format(pid))

Expand Down

0 comments on commit 99d1129

Please sign in to comment.