Skip to content

Commit

Permalink
Error log fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Sep 8, 2020
1 parent ad4f415 commit 0f31de7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions common/decisions/LNS_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ LSC_Lemiamas_suolis_decisions = {
allowed = { always = no } #manually activated

available = {
num_of_factories > var:LSC_factory_goals
check_variable = { num_of_factories > LSC_factory_goals }
has_tech = improved_machine_tools
OR = {
has_tech = concentrated_industry
Expand Down Expand Up @@ -451,7 +451,7 @@ LSC_Lemiamas_suolis_decisions = {
limit = { has_state_category = city }
set_state_category = large_city
}
else_if = {
else = {
set_state_category = metropolis
}
}
Expand Down
1 change: 1 addition & 0 deletions common/national_focus/LNS_shared.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3312,6 +3312,7 @@ shared_focus = {
completion_reward = {
log = "[GetDateText]: [Root.GetName]: Focus LNS_jet_experiments"
add_tech_bonus = {
name = LNS_jet_experiments
bonus = 3
uses = 1
category = jet_technology
Expand Down
4 changes: 0 additions & 4 deletions common/scripted_effects/EAW_misc_effect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,6 @@ reapply_secondary_cosmetic_tags = {
has_country_flag = SRS_has_switched_name_to_srfg
}
set_cosmetic_tag = SRS_SRFG
limit = {
has_country_flag = SRS_has_switched_name_to_srfg
}
set_cosmetic_tag = SRS_SRFG
}
}
else_if = {
Expand Down
3 changes: 2 additions & 1 deletion common/technologies/EAW_unique_tech.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,8 @@ technologies = {
}

knights = {
attack = 0.15
soft_attack = 0.15
hard_attack = 0.15
}
}
LSM_anti_tank_bazookas = {
Expand Down
2 changes: 1 addition & 1 deletion common/units/names_divisions/LSC_names_divisions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LSC_MAG_01 = {
LSC_INF_01 = {
name = "New Order Infantry"

for_countries = { LSC }
Expand Down
2 changes: 1 addition & 1 deletion events/Longsword Events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4519,7 +4519,7 @@ country_event = { #Blackcock says no

option = {
name = longsword.173.a
add_political_power -25
add_political_power = -25
remove_opinion_modifier = {
target = FROM
modifier = besties
Expand Down

0 comments on commit 0f31de7

Please sign in to comment.