minor changes

fixed drive sprite and changed ajd.1 event
This commit is contained in:
SeaswimmerTheFsh 2023-05-11 13:18:39 -04:00
parent 257ea51f69
commit 8ca9c7b575
3 changed files with 11 additions and 13 deletions

View file

@ -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 = {

View file

@ -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
}
}
}

View file

@ -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
}
}