We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea2e12 commit ad5c9edCopy full SHA for ad5c9ed
src/init.cpp
@@ -821,6 +821,7 @@ void DynamicDataLoader::finalize_loaded_data()
821
{ _( "Damage info orders" ), &damage_info_order::finalize_all },
822
{ _( "Diseases" ), &disease_type::finalize_all },
823
{ _( "Weather types" ), &weather_types::finalize_all },
824
+ { _( "Weather generators" ), &weather_generator::finalize_all },
825
{ _( "Effect on conditions" ), &effect_on_conditions::finalize_all },
826
{ _( "Field types" ), &field_types::finalize_all },
827
{ _( "Ammo effects" ), &ammo_effects::finalize_all },
0 commit comments