add some real time riddles text

This commit is contained in:
SilicaAndPina 2021-03-10 01:29:57 +13:00
parent 80be845824
commit 13435cf37f
4 changed files with 23 additions and 0 deletions

View file

@ -190,6 +190,12 @@ namespace HISP.Server
}
}
if (RandomNumberGenerator.Next(0, 100) == 59) // Real Time Riddle
{
}
Database.IncPlayerTirednessForOfflineUsers();
// Offline player handling w sql magic...