diff --git a/common/scripted_effects/wc_historical_artifacts_creation_effect.txt b/common/scripted_effects/wc_historical_artifacts_creation_effect.txt index ecac69a353..38aea67db6 100644 --- a/common/scripted_effects/wc_historical_artifacts_creation_effect.txt +++ b/common/scripted_effects/wc_historical_artifacts_creation_effect.txt @@ -117,6 +117,5 @@ create_artifact_doomhammer_effect = { scope:newly_created_artifact = { set_variable = { name = historical_unique_artifact value = yes } set_variable = { name = doomhammer value = yes } - save_scope_as = illustrous } } \ No newline at end of file diff --git a/events/artifacts/historical_artifacts_events.txt b/events/artifacts/historical_artifacts_events.txt index 6781df0e5e..2ca60cd771 100644 --- a/events/artifacts/historical_artifacts_events.txt +++ b/events/artifacts/historical_artifacts_events.txt @@ -177,8 +177,12 @@ historical_artifacts.0023 = { # Doomhammer if = { limit = { - exists = character:10021 # Go'el - character:10021 = { is_alive = yes } + game_start_date = 583.1.1 + } + character:10050 = { create_artifact_doomhammer_effect = { OWNER = this } } + } + if = { + limit = { game_start_date >= 603.1.1 } character:10021 = { create_artifact_doomhammer_effect = { OWNER = this } }