diff -r 3b8290381fcb -r b8c73bacb31e share/hedgewars/Data/Maps/ClimbHome/map.lua --- a/share/hedgewars/Data/Maps/ClimbHome/map.lua Mon Dec 08 21:57:06 2014 +0100 +++ b/share/hedgewars/Data/Maps/ClimbHome/map.lua Tue Dec 09 22:56:34 2014 -0500 @@ -229,7 +229,7 @@ Cake = nil end - if Cake ~= nil and GetHealth(Cake) < 999990 and gearIsInCircle(CurrentHedgehog,cx,cy,450) then + if Cake ~= nil and GetHealth(Cake) < 999980 and gearIsInCircle(CurrentHedgehog,cx,cy,450) then FireBoom(cx,cy,200) -- todo animate DeleteGear(Cake) Cake = nil