From de4c432c4bb1830f8fc43f0948f53134646660af Mon Sep 17 00:00:00 2001 From: "FA507RM-KALOSPA\\Kalo" Date: Thu, 25 May 2023 20:12:01 +0800 Subject: [PATCH] =?UTF-8?q?mod=E5=90=AF=E7=94=A8=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/on_actions/RG_on_actions.txt | 11 +++++++++++ .../{!_RG_gray_goo.txt => RG_gray_goo.txt} | 0 2 files changed, 11 insertions(+) rename common/section_templates/{!_RG_gray_goo.txt => RG_gray_goo.txt} (100%) diff --git a/common/on_actions/RG_on_actions.txt b/common/on_actions/RG_on_actions.txt index 202f073..67aaa0d 100644 --- a/common/on_actions/RG_on_actions.txt +++ b/common/on_actions/RG_on_actions.txt @@ -1,3 +1,14 @@ +on_game_start = { + events = { + rg.19 + } +} +on_single_player_save_game_load = { + events = { + rg.19 + } +} + on_custom_diplomacy = { events = { graygoo.505 diff --git a/common/section_templates/!_RG_gray_goo.txt b/common/section_templates/RG_gray_goo.txt similarity index 100% rename from common/section_templates/!_RG_gray_goo.txt rename to common/section_templates/RG_gray_goo.txt