Mood System V0.02

I patched an off-by-one error in the code that initialized the tiredness variable.
This commit is contained in:
2025-09-06 02:58:25 +00:00
parent d61715c998
commit 6e496ed452

View File

@@ -157,7 +157,7 @@ TurnsCount is a number that varies. TurnsCount is usually 0.
Every turn:
now TimekeepingVar is remainder after dividing TurnsCount by 4;
A person has a number called TirednessVar. TirednessVar is usually 0.
A person has a number called TirednessVar. TirednessVar is usually 1.
This is the turnpass rule:
Now TurnsCount is TurnsCount + 1;