share/hedgewars/Data/Maps/ClimbHome/map.lua
changeset 12753 327f71313e04
parent 12655 913d25669131
child 12754 c7224d202e8b
equal deleted inserted replaced
12752:0e425574bd5f 12753:327f71313e04
   248 end
   248 end
   249 
   249 
   250 
   250 
   251 function onGameTick20()
   251 function onGameTick20()
   252     local x,y
   252     local x,y
       
   253 
       
   254     if gameTime - startTime < 40 then 
       
   255         return
       
   256     end
       
   257 
   253     if math.random(20) == 1 then AddVisualGear(2012,56,vgtSmoke,0,false) end
   258     if math.random(20) == 1 then AddVisualGear(2012,56,vgtSmoke,0,false) end
   254     if CurrentHedgehog == dummyHog and dummySkip ~= 0 and dummySkip < GameTime then
   259     if CurrentHedgehog == dummyHog and dummySkip ~= 0 and dummySkip < GameTime then
   255         ParseCommand("/skip")
   260         ParseCommand("/skip")
   256         dummySkip = 0
   261         dummySkip = 0
   257     end
   262     end