diff -r 91c972f126b7 -r d668fcb9307e hedgewars/uGearsList.pas --- a/hedgewars/uGearsList.pas Sat Oct 26 22:44:15 2019 +0200 +++ b/hedgewars/uGearsList.pas Sat Oct 26 23:48:57 2019 +0200 @@ -772,6 +772,7 @@ end; gtPoisonCloud: begin if gear^.Timer = 0 then gear^.Timer:= 5000; + gear^.WDTimer:= gear^.Timer; // initial timer gear^.dY:= int2hwfloat(-4 + longint(getRandom(8))) / 1000; gear^.Tint:= $C0C000C0 end;