fix manette

This commit is contained in:
Alberto Xamin 2023-04-10 10:33:59 +01:00
parent 980774e51e
commit 6b233b652d
No known key found for this signature in database
GPG Key ID: 5ABFCD8A22EA6F5D

View File

@ -1263,6 +1263,7 @@ class Player:
(
self.game.check_event(ceh.Manette)
and card.suit != self.committed_suit_manette
and card.number != 42
)
)
)