fixed hangman images, and some strings

This commit is contained in:
Master Kwoth
2017-05-17 14:02:18 +02:00
parent cbc527346a
commit 6dd0cb281e
3 changed files with 38 additions and 35 deletions

View File

@@ -15,7 +15,7 @@ namespace NadekoBot.Modules.Games.Hangman
{
public class HangmanTermPool
{
const string termsPath = "data/hangman2.json";
const string termsPath = "data/hangman3.json";
public static IReadOnlyDictionary<string, HangmanObject[]> data { get; }
static HangmanTermPool()
{