increase heart count in seduction effect. FPS are overrated anyway
--- a/hedgewars/uGearsHandlersMess.pas Sun Oct 02 01:17:33 2016 +0200
+++ b/hedgewars/uGearsHandlersMess.pas Sun Oct 02 01:26:59 2016 +0200
@@ -3418,7 +3418,7 @@
// note: use GameTicks, not RealTicks, otherwise amount can vary greatly
- if (Gear^.Pos = 14) and (GameTicks and $3 = 0) then
+ if (Gear^.Pos = 14) and (GameTicks and $1 = 0) then
begin
heart:= AddVisualGear(hwRound(Gear^.X), hwRound(Gear^.Y), vgtStraightShot);
if heart <> nil then