hedgewars/HHHandlers.inc
changeset 3350 5cd02aafc612
parent 3310 e6e9b811d32f
child 3351 3fd3f116f2fc
equal deleted inserted replaced
3349:5571592f10a8 3350:5cd02aafc612
   203                       amExtraDamage: cDamageModifier:= _1_5;
   203                       amExtraDamage: cDamageModifier:= _1_5;
   204                       amInvulnerable: Invulnerable:= true;
   204                       amInvulnerable: Invulnerable:= true;
   205                       amExtraTime: TurnTimeLeft:= TurnTimeLeft + 30000;
   205                       amExtraTime: TurnTimeLeft:= TurnTimeLeft + 30000;
   206                       amLaserSight: cLaserSighting:= true;
   206                       amLaserSight: cLaserSighting:= true;
   207                       amVampiric: cVampiric:= true;
   207                       amVampiric: cVampiric:= true;
       
   208                       amPiano: FollowGear:= AddGear(TargetPoint.X, 0, gtPiano, 0, _0, _0, 0);
   208                   end;
   209                   end;
   209 
   210 
   210         uStats.AmmoUsed(Ammo^[CurSlot, CurAmmo].AmmoType);
   211         uStats.AmmoUsed(Ammo^[CurSlot, CurAmmo].AmmoType);
   211 
   212 
   212         if not (SpeechText = '') then
   213         if not (SpeechText = '') then