Wired in the encounters triggering and saving

This commit is contained in:
Sebastian Bularca
2026-05-21 23:49:28 +02:00
parent 27b7aeee46
commit 8aea6f7eb3
9 changed files with 140 additions and 38 deletions

View File

@@ -44,6 +44,7 @@ namespace Nox.Game {
if(localTime >= adventureSettings.dayLength) {
localTime -= adventureSettings.dayLength;
adventureData.currentDay++;
}
var normalized = localTime / adventureSettings.dayLength;