mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
add some real time riddles text
This commit is contained in:
parent
80be845824
commit
13435cf37f
4 changed files with 23 additions and 0 deletions
|
@ -190,6 +190,12 @@ namespace HISP.Server
|
|||
}
|
||||
}
|
||||
|
||||
if (RandomNumberGenerator.Next(0, 100) == 59) // Real Time Riddle
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
Database.IncPlayerTirednessForOfflineUsers();
|
||||
|
||||
// Offline player handling w sql magic...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue