diff -r ede254e24545 -r 885304636abf hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sun May 02 04:51:29 2010 +0000 +++ b/hedgewars/HHHandlers.inc Sun May 02 14:38:46 2010 +0000 @@ -250,6 +250,10 @@ amLaserSight: cLaserSighting:= true; amVampiric: cVampiric:= true; amPiano: begin + // Tuck the hedgehog away until the piano attack is completed + Unplaced:= true; + X:= _0; + Y:= _0; FollowGear:= AddGear(TargetPoint.X, 0, gtPiano, 0, _0, _0, 0); PauseMusic end;