hedgewars/uTypes.pas
changeset 14885 0ec83cc2365e
parent 14844 9e8c201eae9d
child 14940 8b848c2939da
equal deleted inserted replaced
14884:1f0e8a144bad 14885:0ec83cc2365e
   343         StepKills: Longword;     // kills in this turn
   343         StepKills: Longword;     // kills in this turn
   344         StepPoisoned,            // whether hog got poisoned this turn
   344         StepPoisoned,            // whether hog got poisoned this turn
   345         StepDied,                // whether hog died this turn
   345         StepDied,                // whether hog died this turn
   346         Sacrificed,              // whether hog was sacrificed in suicide attack (kamikaze, piano)
   346         Sacrificed,              // whether hog was sacrificed in suicide attack (kamikaze, piano)
   347         GotRevenge: boolean;     // whether hog got revenge in this turn
   347         GotRevenge: boolean;     // whether hog got revenge in this turn
       
   348         StepRevenge: boolean;    // whether hog's revenge mode was activated in this turn
   348         MaxStepDamageRecv,       // most damage received in one turn
   349         MaxStepDamageRecv,       // most damage received in one turn
   349         MaxStepDamageGiven,      // most damage dealt in one turn
   350         MaxStepDamageGiven,      // most damage dealt in one turn
   350         MaxStepKills: Longword;  // most kills in one turn
   351         MaxStepKills: Longword;  // most kills in one turn
   351         FinishedTurns: Longword;
   352         FinishedTurns: Longword;
   352         end;
   353         end;