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