share/hedgewars/Data/Missions/Training/Target_Practice_-_Cluster_Bomb.lua
branchios-revival
changeset 11257 f1b75bf7c4f2
parent 10656 2093cf51eea1
equal deleted inserted replaced
11256:148bb90d7e32 11257:f1b75bf7c4f2
     1 HedgewarsScriptLoad("/Scripts/TargetPractice.lua")
     1 HedgewarsScriptLoad("/Scripts/TargetPractice.lua")
     2 
     2 
     3 local params = {
     3 local params = {
     4 	ammoType = amClusterBomb,
     4 	ammoType = amClusterBomb,
     5 	gearType = gtClusterBomb,
     5 	gearType = gtClusterBomb,
     6 	missionTitle = "Cluster Bomb Training",
     6 	missionTitle = loc("Cluster Bomb Training"),
     7 	solidLand = false,
     7 	solidLand = false,
     8 	map = "Trash",
     8 	map = "Trash",
     9 	theme = "Golf",
     9 	theme = "Golf",
    10 	hog_x = 756,
    10 	hog_x = 756,
    11 	hog_y = 370,
    11 	hog_y = 370,