# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1507331155 -7200
# Node ID 943b258d544328a1a5abdd2ce0a6930a325cded0
# Parent  d7492247a368b8c0ffdad0fd0580996909c15187
Fix molotov cocktails bouncing off vertically off rubber

diff -r d7492247a368 -r 943b258d5443 ChangeLog.txt
--- 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
diff -r d7492247a368 -r 943b258d5443 hedgewars/uGearsList.pas
--- 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