File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,6 @@ export function translateChatMessage(message: ChatMessage): string {
275
275
case "targetWasAttacked" :
276
276
case "youWereProtected" :
277
277
case "executionerWon" :
278
- case "framerFramedPlayers" :
279
278
case "gameOver" :
280
279
case "godfatherForcedMafioso" :
281
280
case "godfatherForcedYou" :
@@ -370,10 +369,10 @@ export type ChatMessage = {
370
369
} | {
371
370
type : "mayorCantWhisper"
372
371
} | {
373
- type : "jailedSomeone" ,
372
+ type : "jailedTarget"
374
373
playerIndex : PlayerIndex
375
374
} | {
376
- type : "jailedTarget"
375
+ type : "jailedSomeone" ,
377
376
playerIndex : PlayerIndex
378
377
} | {
379
378
type : "jailorDecideExecute"
@@ -452,9 +451,6 @@ export type ChatMessage = {
452
451
type : "godfatherForcedYou"
453
452
} | {
454
453
type : "silenced"
455
- } | {
456
- type : "framerFramedPlayers" ,
457
- players : PlayerIndex [ ]
458
454
} | {
459
455
type : "playerRoleAndWill" ,
460
456
role : Role ,
Original file line number Diff line number Diff line change 40
40
"targetWasAttacked" : " result" ,
41
41
"youWereProtected" : " result" ,
42
42
"executionerWon" : " result" ,
43
- "framerFramedPlayers" : " result" ,
44
43
"gameOver" : " important center" ,
45
44
"godfatherForcedMafioso" : " result" ,
46
45
"godfatherForcedYou" : " result" ,
You can’t perform that action at this time.
0 commit comments