diff --git a/parts/modes/techmino49_e.lua b/parts/modes/techmino49_e.lua index 14ec498a..17694b9e 100644 --- a/parts/modes/techmino49_e.lua +++ b/parts/modes/techmino49_e.lua @@ -37,7 +37,7 @@ return{ local n=2 for _=1,4 do for _=1,6 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,6),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,6),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(2,4),next=2,hold=true,node=20000},true) end @@ -45,7 +45,7 @@ return{ end end for _=9,12 do for _=1,6 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,5),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,5),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(3,5),next=2,hold=true,node=20000},true) end diff --git a/parts/modes/techmino49_h.lua b/parts/modes/techmino49_h.lua index 9a0bb3e5..17f3e1ad 100644 --- a/parts/modes/techmino49_h.lua +++ b/parts/modes/techmino49_h.lua @@ -37,7 +37,7 @@ return{ local n=2 for _=1,4 do for _=1,6 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,8),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,8),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(3,6),next=3,hold=true,node=30000},true) end @@ -45,7 +45,7 @@ return{ end end for _=9,12 do for _=1,6 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,7),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,7),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(4,6),next=3,hold=true,node=30000},true) end diff --git a/parts/modes/techmino49_u.lua b/parts/modes/techmino49_u.lua index b3a05c53..e1f586f8 100644 --- a/parts/modes/techmino49_u.lua +++ b/parts/modes/techmino49_u.lua @@ -37,7 +37,7 @@ return{ local n=2 for _=1,4 do for _=1,6 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,10),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,10),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(4,7),next=3,hold=true,node=40000},true) end @@ -45,7 +45,7 @@ return{ end end for _=9,12 do for _=1,6 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,9),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,9),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(5,8),next=3,hold=true,node=40000},true) end diff --git a/parts/modes/techmino99_e.lua b/parts/modes/techmino99_e.lua index 92f81681..a2041f26 100644 --- a/parts/modes/techmino99_e.lua +++ b/parts/modes/techmino99_e.lua @@ -37,7 +37,7 @@ return{ local n=2 for _=1,7 do for _=1,7 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,6),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,6),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(2,4),next=2,hold=true,node=20000},true) end @@ -45,7 +45,7 @@ return{ end end for _=15,21 do for _=1,7 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,5),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,5),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(3,5),next=2,hold=true,node=20000},true) end diff --git a/parts/modes/techmino99_h.lua b/parts/modes/techmino99_h.lua index 42381702..2aadf592 100644 --- a/parts/modes/techmino99_h.lua +++ b/parts/modes/techmino99_h.lua @@ -37,7 +37,7 @@ return{ local n=2 for _=1,7 do for _=1,7 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,8),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,8),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(3,6),next=3,hold=true,node=30000},true) end @@ -45,7 +45,7 @@ return{ end end for _=15,21 do for _=1,7 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,7),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,7),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(4,6),next=3,hold=true,node=30000},true) end diff --git a/parts/modes/techmino99_u.lua b/parts/modes/techmino99_u.lua index 7176c136..c47b05f1 100644 --- a/parts/modes/techmino99_u.lua +++ b/parts/modes/techmino99_u.lua @@ -37,7 +37,7 @@ return{ local n=2 for _=1,7 do for _=1,7 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,10),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,10),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(4,7),next=3,hold=true,node=40000},true) end @@ -45,7 +45,7 @@ return{ end end for _=15,21 do for _=1,7 do if L[n]then - PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,9),hold=true}) + PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,9),hold=true},true) else PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(5,8),next=3,hold=true,node=40000},true) end