Hangman formatting fix
This commit is contained in:
parent
0851be60a4
commit
e590377628
@ -70,7 +70,7 @@ namespace NadekoBot.Modules.Games.Commands.Hangman
|
|||||||
return $" {c}";
|
return $" {c}";
|
||||||
|
|
||||||
c = char.ToUpperInvariant(c);
|
c = char.ToUpperInvariant(c);
|
||||||
return Guesses.Contains(c) ? $" {c}" : " _";
|
return Guesses.Contains(c) ? $" {c}" : " ◯";
|
||||||
})) + "`";
|
})) + "`";
|
||||||
|
|
||||||
public bool GuessedAll => Guesses.IsSupersetOf(Term.Word.ToUpperInvariant()
|
public bool GuessedAll => Guesses.IsSupersetOf(Term.Word.ToUpperInvariant()
|
||||||
|
Loading…
Reference in New Issue
Block a user