share/hedgewars/Data/Missions/Scenario/User_Mission_-_Nobody_Laugh.lua
changeset 15068 6f51c75994a4
parent 14932 ff4003a90ff8
equal deleted inserted replaced
15067:d59da429d22c 15068:6f51c75994a4
     5 	[amDEagle] = 100, [amShotgun] = 100, [amGrenade] = 100, [amBazooka] = 100, [amDrill] = 100
     5 	[amDEagle] = 100, [amShotgun] = 100, [amGrenade] = 100, [amBazooka] = 100, [amDrill] = 100
     6 }
     6 }
     7 
     7 
     8 SimpleMission({
     8 SimpleMission({
     9 	missionTitle = loc("Nobody Laugh"),
     9 	missionTitle = loc("Nobody Laugh"),
    10 	missionIcon = 0,
    10 	missionIcon = -amHammer,
    11 	goalText = 
    11 	goalText = 
    12 		loc("Eliminate the enemy.") .. "|" ..
    12 		loc("Eliminate the enemy.") .. "|" ..
    13 		loc("Unlimited Attacks: Attacks don't end your turn") .. "|"..
    13 		loc("Unlimited Attacks: Attacks don't end your turn") .. "|"..
    14 		loc("Per-hog Ammo: Weapons are not shared between hogs"),
    14 		loc("Per-hog Ammo: Weapons are not shared between hogs"),
    15 	wind = 100,
    15 	wind = 100,