share/hedgewars/Data/Missions/Scenario/Bazooka_Battlefield.lua
changeset 14488 310b167141cc
parent 13055 09edbd8a311d
--- a/share/hedgewars/Data/Missions/Scenario/Bazooka_Battlefield.lua	Thu Dec 20 17:51:46 2018 +0100
+++ b/share/hedgewars/Data/Missions/Scenario/Bazooka_Battlefield.lua	Thu Dec 20 18:23:13 2018 +0100
@@ -14,24 +14,16 @@
 		[amBazooka] = { count = 9 },
 	},
 	teams = {
-		{ name = loc("Pincer Knights"),
-		flag = "cm_swordshield",
-		grave = "Grave",
+		{ isMissionTeam = true,
 		hogs = {
 			{
-			name = loc("Left Tong"),
 			health = 100,
 			x = 276, y = 825,
-			botLevel = 0,
-			hat = "knight",
 			ammo = { [amSwitch] = 100 },
 			},
 			{
-			name = loc("Right Tong"),
 			health = 100,
 			x = 1794, y = 716,
-			botLevel = 0,
-			hat = "knight",
 			faceLeft = true,
 			},
 		}, },