# Asteroid Dwelling
ship_event = {
id = precursor.545
title = "precursor.545.name"
desc = "precursor.545.desc"
picture = GFX_evt_mining_station
location = FROM
is_triggered_only = yes
immediate = { hidden_effect = { owner = { set_country_flag = yuht_8 } } }
option = { name = CURIOUS from = { enable_special_project = { name = "YUHT_ARCHEOLOGY_8" location = this owner = root.owner } } } }
should be number 9 instead as seen in the localisation file:
YUHT_ARCHEOLOGY_9:0 "Asteroid Dwelling"
YUHT_ARCHEOLOGY_9_DESC:0 "Asteroid [From.GetName] appears to house the remains of an ancient Yuht dwelling. An away team must be organized and sent to investigate the asteroid's caverns to learn more about it."
ship_event = {
id = precursor.545
title = "precursor.545.name"
desc = "precursor.545.desc"
picture = GFX_evt_mining_station
location = FROM
is_triggered_only = yes
immediate = { hidden_effect = { owner = { set_country_flag = yuht_8 } } }
option = { name = CURIOUS from = { enable_special_project = { name = "YUHT_ARCHEOLOGY_8" location = this owner = root.owner } } } }
should be number 9 instead as seen in the localisation file:
YUHT_ARCHEOLOGY_9:0 "Asteroid Dwelling"
YUHT_ARCHEOLOGY_9_DESC:0 "Asteroid [From.GetName] appears to house the remains of an ancient Yuht dwelling. An away team must be organized and sent to investigate the asteroid's caverns to learn more about it."
Upvote
0