changeset 3399 | 885304636abf |
parent 3397 | c47af0694a7d |
child 3402 | b1fbf50da522 |
--- 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;