This commit is contained in:
SilicaAndPina 2021-04-30 19:11:12 +12:00
parent a4319d87f5
commit bea24a59a5
3 changed files with 6 additions and 2 deletions

View file

@ -23,7 +23,7 @@ namespace HISP.Game.Events
public bool Active;
public int Reward;
private Timer riddleTimeout;
private const int RIDDLE_TIMEOUT = 30;
private const int RIDDLE_TIMEOUT = 5;
public static RealTimeRiddle GetRandomRiddle()
{