Make Quiz Questions The Same for Each User

This commit is contained in:
SilicaAndPina 2021-04-16 11:30:52 +12:00
parent ccb3e4420a
commit 7a85eaac5d
6 changed files with 41 additions and 18 deletions

View file

@ -78,6 +78,7 @@ namespace HISP.Game
public static string EventWinRealTimeQuizFormat;
public static string EventUnavailableRealTimeQuiz;
public static string EventEnteredRealTimeQuiz;
public static string EventAlreadyEnteredRealTimeQuiz;
public static string EventQuitRealTimeQuiz;
// Events : Real Time Riddles
@ -2020,7 +2021,6 @@ namespace HISP.Game
{
return HorseCompanionEquipMessageFormat.Replace("%HORSENAME%", horseName).Replace("%ITEM%", itemName);
}
public static string FormatPlaytimeMessage(int hours)
{
return PlaytimeMessageFormat.Replace("%TOTALHOURS%", hours.ToString());