🐛
This commit is contained in:
@@ -162,7 +162,7 @@ def placeHex(channel : str,position : str, user):
|
|||||||
|
|
||||||
if winner == 0: # Continue with the game.
|
if winner == 0: # Continue with the game.
|
||||||
gameWon = False
|
gameWon = False
|
||||||
message = getName(data[channel]["players"][player-1])+" placed at "+position.upper()+". It's now "+getName(data[channel]["players"][turn-1])+"'s turn. The score is "+str(score)
|
message = getName(data[channel]["players"][player-1])+" placed at "+position.upper()+". It's now "+getName(data[channel]["players"][turn-1])+"'s turn."# The score is "+str(score)
|
||||||
|
|
||||||
else: # Congratulations!
|
else: # Congratulations!
|
||||||
gameWon = True
|
gameWon = True
|
||||||
|
|||||||
Reference in New Issue
Block a user