X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_player.pas;h=a6f07ac6f6e258522a8f867445f588e8efa9eab3;hp=e1075d40b3d6263db60343dd0349ac33b122d2b0;hb=7066cc79564caafb0cecfb819ca28ee094d1a62e;hpb=3783830edebbddb553cbac365d0c6259e482a9ee diff --git a/src/game/g_player.pas b/src/game/g_player.pas index e1075d4..a6f07ac 100644 --- a/src/game/g_player.pas +++ b/src/game/g_player.pas @@ -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;