2024-07-22 23:14:11
All checks were successful
sync / build (push) Successful in 53s

This commit is contained in:
actions[bot]
2024-07-22 23:14:11 +08:00
parent 6a03dad17f
commit a71a95cba8
177 changed files with 44013 additions and 87606 deletions

View File

@@ -177,7 +177,7 @@ TIX_medium_flame_tank = {
priority = {
factor = 10000
modifier = {
not = { has_tech = improved_medium_tank_chassis }
NOT = { has_tech = improved_medium_tank_chassis }
factor = 0 #let's not waste XP here
}
}
@@ -342,7 +342,7 @@ TIX_medium_tank_destroyers = {
priority = {
factor = 500
modifier = {
not = { has_tech = advanced_medium_tank_chassis }
NOT = { has_tech = advanced_medium_tank_chassis }
factor = 0 #let's not waste XP here
}
}
@@ -601,7 +601,7 @@ TIX_medium_tanks = {
priority = {
factor = 200
modifier = {
not = { has_tech = advanced_medium_tank_chassis }
NOT = { has_tech = advanced_medium_tank_chassis }
factor = 0 #let's not waste XP here
}
}
@@ -805,7 +805,7 @@ TIX_medium_tank_anti_air = {
priority = {
factor = 1000
modifier = {
not = { has_tech = advanced_medium_tank_chassis }
NOT = { has_tech = advanced_medium_tank_chassis }
factor = 0 #let's not waste XP here
}
}