hedgewars/uGearsHedgehog.pas
changeset 11911 6145efcff302
parent 11887 083c12795632
child 11913 232b57a70aca
--- a/hedgewars/uGearsHedgehog.pas	Thu Nov 17 15:29:16 2016 +0100
+++ b/hedgewars/uGearsHedgehog.pas	Sat Nov 19 06:43:44 2016 +0100
@@ -385,12 +385,18 @@
                                  PlaySound(sndHellishImpact4);
                                  cDamageModifier:= _1_5
                                  end;
-                 amInvulnerable: Effects[heInvulnerable]:= 1;
+                 amInvulnerable: begin
+                                 PlaySound(sndInvulnerable);
+                                 Effects[heInvulnerable]:= 1
+                                 end;
                     amExtraTime: begin
                                  PlaySound(sndExtraTime);
                                  TurnTimeLeft:= TurnTimeLeft + 30000
                                  end;
-                   amLaserSight: cLaserSighting:= true;
+                   amLaserSight: begin
+                                 PlaySound(sndLaserSight);
+                                 cLaserSighting:= true
+                                 end;
                      amVampiric: begin
                                  PlaySoundV(sndOw1, Team^.voicepack);
                                  cVampiric:= true;