lucadipalma commited on
Commit
f9d1667
Β·
1 Parent(s): fbdf365

small change

Browse files
Files changed (1) hide show
  1. support/game_settings.py +1 -1
support/game_settings.py CHANGED
@@ -47,7 +47,7 @@ EXAMPLE_GAME_RULES_HTML = """
47
  <div style="display: flex; flex-direction: column; gap: 20px;">
48
  <div>
49
  <h3>πŸ‘₯ Team Roles</h3>
50
- <p>Each team has three members with distinct responsibilities:</p>
51
  <ul>
52
  <li><strong>1 Boss</strong> 🎯: The only player who can see the color-coded board. Provides clues to guide the team.</li>
53
  <li><strong>1 Captain</strong> 🧭: Coordinates team reasoning, synthesizes suggestions, and makes final word selections.</li>
 
47
  <div style="display: flex; flex-direction: column; gap: 20px;">
48
  <div>
49
  <h3>πŸ‘₯ Team Roles</h3>
50
+ <p>Each team has four members with distinct responsibilities:</p>
51
  <ul>
52
  <li><strong>1 Boss</strong> 🎯: The only player who can see the color-coded board. Provides clues to guide the team.</li>
53
  <li><strong>1 Captain</strong> 🧭: Coordinates team reasoning, synthesizes suggestions, and makes final word selections.</li>