share/hedgewars/Data/Maps/CTF_Blizzard/map.lua
changeset 14975 fdfe8bf91b8b
parent 14974 2eea2c370389
child 14977 1e21dfd7f9b5
equal deleted inserted replaced
14974:2eea2c370389 14975:fdfe8bf91b8b
   426 		elseif actionReset == 10 then
   426 		elseif actionReset == 10 then
   427 			SetGearMessage(CurrentHedgehog, 0)
   427 			SetGearMessage(CurrentHedgehog, 0)
   428 		elseif actionReset == 20 then
   428 		elseif actionReset == 20 then
   429 			AddVisualGear(GetX(CurrentHedgehog), GetY(CurrentHedgehog), vgtBigExplosion, 0, false)
   429 			AddVisualGear(GetX(CurrentHedgehog), GetY(CurrentHedgehog), vgtBigExplosion, 0, false)
   430 			SetGearPosition(CurrentHedgehog,destinationX,destinationY)
   430 			SetGearPosition(CurrentHedgehog,destinationX,destinationY)
       
   431 			PlaySound(sndWarp)
   431 			AddVisualGear(GetX(CurrentHedgehog), GetY(CurrentHedgehog), vgtBigExplosion, 0, false)
   432 			AddVisualGear(GetX(CurrentHedgehog), GetY(CurrentHedgehog), vgtBigExplosion, 0, false)
   432 		end
   433 		end
   433 
   434 
   434 		actionReset = actionReset + 1
   435 		actionReset = actionReset + 1
   435 		if actionReset >= 30 then
   436 		if actionReset >= 30 then