diff -r c09063ea0267 -r d7b53d08ad9c hedgewars/uGears.pas --- a/hedgewars/uGears.pas Wed Sep 21 06:55:31 2022 +0300 +++ b/hedgewars/uGears.pas Fri Sep 23 02:21:21 2022 +0300 @@ -628,6 +628,8 @@ inc(GameTicks); if (OuchTauntTimer > 0) then dec(OuchTauntTimer); +if fastForward and (GameTicks = FFGameTick) then + ParseCommand('sff', true); end; //Purpose, to reset all transient attributes toggled by a utility and clean up various gears and effects at end of turn