DEADSOFTWARE

more fucking flamer fixes
[d2df-sdl.git] / src / game / g_player.pas
index e1075d40b3d6263db60343dd0349ac33b122d2b0..a6f07ac6f6e258522a8f867445f588e8efa9eab3 100644 (file)
@@ -2884,7 +2884,7 @@ end;
 
 procedure TPlayer.CatchFire(Attacker: Word);
 begin
-  if FMegaRulez[MR_SUIT] > 0 then
+  if FMegaRulez[MR_SUIT] >= gTime then
     Exit;
   FFireTime := 100;
   FFireAttacker := Attacker;