diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index e7b9f56..48e924f 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -618,6 +618,13 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB L )} + + {/* Icono de Miembro del Equipo de Misión */} + {gameState.proposedTeam.includes(player.id) && (gameState.phase === GamePhase.MISSION || gameState.phase === 'mission_reveal' as any || gameState.phase === 'mission_result' as any) && ( +
+ ⭐ +
+ )} {/* Nombre */}