mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 06:24:06 +09:00
new inventory category 'fixtures'; fixture code refactoring
This commit is contained in:
@@ -181,7 +181,7 @@ internal object WeatherMixer : RNGConsumer {
|
||||
weatherDB[weather.classification]!!.add(weather)
|
||||
}
|
||||
|
||||
weatherDict["titlescreen"] = weatherDB[WEATHER_GENERIC]!![0].copy(identifier = "titlescreen", windSpeed = 1f)
|
||||
weatherDict["titlescreen"] = weatherDB[WEATHER_GENERIC]?.get(0)?.copy(identifier = "titlescreen", windSpeed = 1f) ?: DEFAULT_WEATHER
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user