Add function to get random nature, add shiny rate to library settings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-14 10:36:38 +02:00
parent d7b3c0cd8d
commit 3058739ea0
7 changed files with 61 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ pub fn load_library() -> LoadResult {
let species_load_time = t2 - t1;
let data = StaticDataImpl::new(
Box::new(LibrarySettingsImpl::new(100)),
Box::new(LibrarySettingsImpl::new(100, 100)),
species,
moves,
items,