mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Make Quiz Questions The Same for Each User
This commit is contained in:
parent
ccb3e4420a
commit
7a85eaac5d
6 changed files with 41 additions and 18 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue