second commit not too much more

This commit is contained in:
2026-01-19 17:54:10 -05:00
parent e2b7d6616a
commit 5cfc05b662

View File

@@ -43,6 +43,7 @@ public partial class Player : Actor
ENEMY._board.Activate(); ENEMY._board.Activate();
_board = ENEMY._board; _board = ENEMY._board;
_activeEnemy = ENEMY; _activeEnemy = ENEMY;
CheckBusinessCards();
string text = ""; string text = "";
if (_activeEnemy is Mook) if (_activeEnemy is Mook)