This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user