Skip to content

Commit

Permalink
doomhammer goes to orgrim first and goel later :)
Browse files Browse the repository at this point in the history
  • Loading branch information
arithon committed May 14, 2023
1 parent ad2ff5d commit ceab392
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
8 changes: 6 additions & 2 deletions events/artifacts/historical_artifacts_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }
Expand Down

0 comments on commit ceab392

Please sign in to comment.