mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
register real time quiz.
This commit is contained in:
parent
40a79df196
commit
661320317f
4 changed files with 672 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue