Files
2026-06-07 21:19:01 -04:00

17 lines
490 B
Plaintext

# =============================================================================
# Giga + Age of Wonder Compatibility Patch — on_actions
# Additive (merges with vanilla/Giga/AoW on_actions). Shows the megastructure
# filter bar on game start and after loading a single-player save.
# =============================================================================
on_game_start = {
events = {
compat_megatab.0
}
}
on_single_player_save_game_load = {
events = {
compat_megatab.0
}
}