hedgewars/uGearsList.pas
changeset 15486 d668fcb9307e
parent 15233 b189d6a2ecda
child 15587 61f2ffcd5652
--- 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;