register real time quiz.

This commit is contained in:
SilicaAndPina 2021-04-15 23:26:45 +12:00
parent 40a79df196
commit 661320317f
4 changed files with 672 additions and 4 deletions

View file

@ -183,11 +183,11 @@ namespace HISP.Server
LoggedinUser.Teleport(45, 35);
}
if (totalMinutesElapsed % 2 == 0)
{
LoggedinUser.Thirst--;
LoggedinUser.Thirst--;
if (totalMinutesElapsed % 5 == 0)
LoggedinUser.Hunger--;
}
if (totalMinutesElapsed % 10 == 0)