share/hedgewars/Data/Missions/Scenario/User_Mission_-_Nobody_Laugh.lua
changeset 12933 e65aa3c3d4e6
parent 12629 be1ee010e30d
child 13059 2f21d92eae27
equal deleted inserted replaced
12932:e0da398805b6 12933:e65aa3c3d4e6
    80 	PlaceGirder(1300, 625, 3)
    80 	PlaceGirder(1300, 625, 3)
    81 	PlaceGirder(1359, 566, 3)
    81 	PlaceGirder(1359, 566, 3)
    82 	PlaceGirder(1436, 538, 0)
    82 	PlaceGirder(1436, 538, 0)
    83 	PlaceGirder(1505, 468, 4)
    83 	PlaceGirder(1505, 468, 4)
    84 
    84 
    85 	------ AMMO CRATE LIST ------
    85 	------ CRATE LIST ------
    86 	tempG = SpawnAmmoCrate(1242, 315, amBaseballBat)
    86 	tempG = SpawnSupplyCrate(1242, 315, amBaseballBat)
    87 	tempG = SpawnAmmoCrate(1309, 315, amAirAttack)
    87 	tempG = SpawnSupplyCrate(1309, 315, amAirAttack)
    88 	tempG = SpawnAmmoCrate(144, 895, amAirAttack)
    88 	tempG = SpawnSupplyCrate(144, 895, amAirAttack)
    89 	tempG = SpawnAmmoCrate(664, 699, amIceGun)
    89 	tempG = SpawnSupplyCrate(664, 699, amIceGun)
    90 	tempG = SpawnAmmoCrate(1572, 444, amFirePunch)
    90 	tempG = SpawnSupplyCrate(1572, 444, amFirePunch)
    91 	tempG = SpawnAmmoCrate(1574, 382, amDynamite)
    91 	tempG = SpawnSupplyCrate(1574, 382, amDynamite)
    92 
    92 
    93 	------ UTIL CRATE LIST ------
    93 	tempG = SpawnSupplyCrate(654, 513, amParachute)
    94 	tempG = SpawnUtilityCrate(654, 513, amParachute)
    94 	tempG = SpawnSupplyCrate(1569, 413, amParachute)
    95 	tempG = SpawnUtilityCrate(1569, 413, amParachute)
       
    96 
    95 
    97 	-- HOG AMMO
    96 	-- HOG AMMO
    98 	AddAmmo(hhs[1],amParachute,1)
    97 	AddAmmo(hhs[1],amParachute,1)
    99 	AddAmmo(hhs[1],amHammer,1)
    98 	AddAmmo(hhs[1],amHammer,1)
   100 	AddAmmo(hhs[2],amWhip,1)
    99 	AddAmmo(hhs[2],amWhip,1)