Skip to content

Commit

Permalink
error.log cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
sumankun committed Nov 20, 2023
1 parent 24b7aba commit f55d6a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions common/artifacts/visuals/wc_historical.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ dark_crystal = {
}
totem = {
icon = "wc_tauren_totem.dds"
asset = ep2_western_tun_barrel_01_a_entity
}
12 changes: 6 additions & 6 deletions common/decisions/wc_cen_kal_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ change_agamaggan_blessing = {

cooldown = { years = 1 }

trigger = { has_variable = blood_shard_count }

is_shown = {
is_landed = yes
faith = faith:agamaggan_worship
Expand All @@ -76,8 +74,9 @@ change_agamaggan_blessing = {

is_valid = {
custom_tooltip = {
text = change_agamaggan_blessing_req_tt
var:blood_shard_count >= 4
text = change_agamaggan_blessing_req_tt
has_variable = blood_shard_count
var:blood_shard_count >= 4
}
}

Expand Down Expand Up @@ -118,8 +117,9 @@ create_thorns_quilboar = {
is_valid = {
highest_held_title_tier >= tier_duchy
custom_tooltip = {
text = create_thorns_quilboar_req_tt
var:blood_shard_count >= 12
text = create_thorns_quilboar_req_tt
has_variable = blood_shard_count
var:blood_shard_count >= 12
}
}

Expand Down
2 changes: 1 addition & 1 deletion events/wc_events/wc_central_kalimdor_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4955,7 +4955,7 @@ cen_kal.1077 = {
#Correct Answer
option = {
name = cen_kal.1077.d
hidden = { trigger = { learning < 18 } }
trigger = { learning < 18 }
hidden_effect = { add_stress = -25 }
trigger_event = { id = cen_kal.1078 days = { 2 5 } }
custom_tooltip = gain_stress_wrong_answer_tt
Expand Down

0 comments on commit f55d6a0

Please sign in to comment.