Fix molotov cocktails bouncing off vertically off rubber
authorWuzzy <almikes@aol.com>
Sat, 07 Oct 2017 01:05:55 +0200
changeset 12664 943b258d5443
parent 12663 d7492247a368
child 12665 5664ec82aed7
Fix molotov cocktails bouncing off vertically off rubber
ChangeLog.txt
hedgewars/uGearsList.pas
--- a/ChangeLog.txt	Fri Oct 06 20:28:11 2017 +0200
+++ b/ChangeLog.txt	Sat Oct 07 01:05:55 2017 +0200
@@ -37,6 +37,7 @@
  * Fixed bee not being affected by wrap world edge while still being thrown
  * Rope is now destroyed when attempting to shoot it through wrap or bouncy world edge
  * Fixed turn not ending when sticky mine was trapped on rubberband
+ * Fixed molotov cocktails bouncing off vertically off rubber
  * Fixed sniper rifle disabling laser sight utility after using
  * Fixed hedgehog-voices missing a response type (Justyouwait/"You're gonna pay for that") on some platforms (e.g. Linux)
  * Fixed SD-flakes of themes not working if regular flakes were disabled
--- a/hedgewars/uGearsList.pas	Fri Oct 06 20:28:11 2017 +0200
+++ b/hedgewars/uGearsList.pas	Sat Oct 07 01:05:55 2017 +0200
@@ -639,6 +639,8 @@
      gtMolotov: begin
                 gear^.AdvBounce:= 1;
                 gear^.Radius:= 6;
+                gear^.Elasticity:= _0_8;
+                gear^.Friction:= _0_8;
                 gear^.Density:= _2
                 end;
        gtBirdy: begin