minor changes
fixed drive sprite and changed ajd.1 event
This commit is contained in:
parent
257ea51f69
commit
8ca9c7b575
3 changed files with 11 additions and 13 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
10
Archaeo Jump Drive/common/events/ajd_events.txt
Normal file
10
Archaeo Jump Drive/common/events/ajd_events.txt
Normal 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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue