--- 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