increase heart count in seduction effect. FPS are overrated anyway
authorsheepluva
Sun, 02 Oct 2016 01:26:59 +0200
changeset 11860 0abbe6f1e4f2
parent 11859 dea589cb6b6e
child 11861 8ba6b227f1dc
increase heart count in seduction effect. FPS are overrated anyway
hedgewars/uGearsHandlersMess.pas
--- 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