The unmasking fits the row: a mask glyph instead of prose
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0138A8CjeQRpvzKxuMfz1Bqc
This commit is contained in:
co-authored by
Claude Fable 5
parent
55c76cf20e
commit
b650e1e636
@@ -185,7 +185,7 @@ function roomInfo(room: Room) {
|
|||||||
[...room.bots].map(([name, b]) => [
|
[...room.bots].map(([name, b]) => [
|
||||||
name,
|
name,
|
||||||
room.state?.phase === "finished"
|
room.state?.phase === "finished"
|
||||||
? `${b.tier} ${b.style}${b.secret ? " (was a mystery)" : ""}`
|
? `${b.tier} ${b.style}${b.secret ? " 🎭" : ""}`
|
||||||
: `${b.tier} ${b.secret ? "mystery" : b.style}`,
|
: `${b.tier} ${b.secret ? "mystery" : b.style}`,
|
||||||
]),
|
]),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user