diff --git a/Player.cs b/Player.cs index 1d105b5..19953bc 100644 --- a/Player.cs +++ b/Player.cs @@ -43,6 +43,7 @@ public partial class Player : Actor ENEMY._board.Activate(); _board = ENEMY._board; _activeEnemy = ENEMY; + CheckBusinessCards(); string text = ""; if (_activeEnemy is Mook)