From 5cfc05b66293d234f9dc4569b2c3162a4ef3f414 Mon Sep 17 00:00:00 2001 From: cojoedmo Date: Mon, 19 Jan 2026 17:54:10 -0500 Subject: [PATCH] second commit not too much more --- Player.cs | 1 + 1 file changed, 1 insertion(+) 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)