This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-09-22 19:32:38 +08:00
parent 732aea91fd
commit 7f928c6f67
9 changed files with 139 additions and 434 deletions

View File

@@ -22,4 +22,18 @@ RG_planet_can_auto_build = {
has_deposit = d_trade_value_10
has_planet_flag = RG_work_bees_built
}
}
}
RG_NOR_has_wsg_mod_trigger = {
NOR = {
has_global_flag = has_wsg_mod
has_global_flag = kdc_event_mod_active
}
}
RG_OR_has_wsg_mod_trigger = {
OR = {
has_global_flag = has_wsg_mod
has_global_flag = kdc_event_mod_active
}
}