starting day of the game is now Spring 1st

This commit is contained in:
minjaesong
2018-11-06 23:49:22 +09:00
parent 65f49e11b2
commit 97f8a546b6
2 changed files with 3 additions and 4 deletions

View File

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

Binary file not shown.