HELP msg always
parent
67ff6284bf
commit
ceff02789a
|
|
@ -61,7 +61,16 @@ func (s *S) serveWS(w http.ResponseWriter, r *http.Request) error {
|
|||
return err
|
||||
}
|
||||
|
||||
msg := map[string]any{}
|
||||
msg := map[string]any{
|
||||
"help": strings.Join([]string{
|
||||
"CARD ASSASSINS (HOLIDAY PHONE EDITION)",
|
||||
"",
|
||||
"1. Get any target to say any of his or her kill words.",
|
||||
"2. Click on the kill word a target said.",
|
||||
"",
|
||||
"The game ends when everyone has been assassinated.",
|
||||
}, "<br>"),
|
||||
}
|
||||
|
||||
if gameState.Started {
|
||||
msg["page"] = "B"
|
||||
|
|
|
|||
Loading…
Reference in New Issue