starting day of the game is now Spring 1st

This commit is contained in:
minjaesong
2018-11-06 23:49:22 +09:00
parent 4eee5ee2b1
commit 3360ab0dfe
2 changed files with 3 additions and 4 deletions

View File

@@ -35,8 +35,7 @@ class GameWorldExtension: GameWorld {
val damageDataArray: ByteArray; get() = baseworld.damageDataArray*/
init {
time = WorldTime(
71 * WorldTime.DAY_LENGTH +
time = WorldTime( // Year EPOCH (125), Month 1, Day 1 is implied
7 * WorldTime.HOUR_SEC +
30L * WorldTime.MINUTE_SEC
)

Binary file not shown.