From 8ca9c7b575df34be89e46a4c3c180b3bf2294b21 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Thu, 11 May 2023 13:18:39 -0400 Subject: [PATCH] minor changes fixed drive sprite and changed ajd.1 event --- .../component_templates/00_utilities_drives.txt | 2 +- Archaeo Jump Drive/common/events/ajd.txt | 12 ------------ Archaeo Jump Drive/common/events/ajd_events.txt | 10 ++++++++++ 3 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 Archaeo Jump Drive/common/events/ajd.txt create mode 100644 Archaeo Jump Drive/common/events/ajd_events.txt diff --git a/Archaeo Jump Drive/common/component_templates/00_utilities_drives.txt b/Archaeo Jump Drive/common/component_templates/00_utilities_drives.txt index f77b45f..6e9c0af 100644 --- a/Archaeo Jump Drive/common/component_templates/00_utilities_drives.txt +++ b/Archaeo Jump Drive/common/component_templates/00_utilities_drives.txt @@ -12,7 +12,7 @@ utility_component_template = { key = "ARCHAEO_JUMP_DRIVE" size = small - icon = "GFX_ship_part_archaeo_jump_drive" + icon = "GFX_ship_part_warp_drive_3" icon_frame = 1 power = @power1 resources = { diff --git a/Archaeo Jump Drive/common/events/ajd.txt b/Archaeo Jump Drive/common/events/ajd.txt deleted file mode 100644 index fe0e8f4..0000000 --- a/Archaeo Jump Drive/common/events/ajd.txt +++ /dev/null @@ -1,12 +0,0 @@ -namespace = ajd -country_event = { - id = ajd.1 - hide_window = yes - is_triggered_only = yes - immediate = { - give_technology = { - tech = tech_ancient_jump_calculations - message = no - } - } -} \ No newline at end of file diff --git a/Archaeo Jump Drive/common/events/ajd_events.txt b/Archaeo Jump Drive/common/events/ajd_events.txt new file mode 100644 index 0000000..df52007 --- /dev/null +++ b/Archaeo Jump Drive/common/events/ajd_events.txt @@ -0,0 +1,10 @@ +namespace = ajd +country_event = { + id = ajd.1 + hide_window = yes + is_triggered_only = yes + give_technology = { + tech = tech_ancient_jump_calculations + message = no + } +} \ No newline at end of file