fix multi-dynamite error

This commit is contained in:
Alberto Xamin 2020-12-06 15:20:44 +01:00
parent 46239f9b30
commit 66c99574c9
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -334,6 +334,7 @@ class Player:
self.sio.emit('chat_message', room=self.game.name,
data=f'_special_bart_cassidy|{self.name}')
print(f'{self.name} Boom, -3 hp')
break
else:
self.game.next_player().equipment.append(self.equipment.pop(i))
self.game.next_player().notify_self()