mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-24 05:35:51 +12:00
Fix bugs
This commit is contained in:
parent
a4319d87f5
commit
bea24a59a5
3 changed files with 6 additions and 2 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue