hedgewars/uConsts.pas
changeset 305 1c1cd66ffcdc
parent 304 8096e69e839e
child 306 7b61834edcf6
equal deleted inserted replaced
304:8096e69e839e 305:1c1cd66ffcdc
   168 
   168 
   169       EXPLAllDamageInRadius = $00000001;
   169       EXPLAllDamageInRadius = $00000001;
   170       EXPLAutoSound         = $00000002;
   170       EXPLAutoSound         = $00000002;
   171       EXPLNoDamage          = $00000004;
   171       EXPLNoDamage          = $00000004;
   172       EXPLDoNotTouchHH      = $00000008;
   172       EXPLDoNotTouchHH      = $00000008;
       
   173       EXPLDontDraw          = $00000010;
   173 
   174 
   174       posCaseAmmo    = $00000001;
   175       posCaseAmmo    = $00000001;
   175       posCaseHealth  = $00000002;
   176       posCaseHealth  = $00000002;
   176 
   177 
   177       NoPointX = Low(Integer);
   178       NoPointX = Low(Integer);
   452                                           NumPerTurn: 0;
   453                                           NumPerTurn: 0;
   453                                           Timer: 0;
   454                                           Timer: 0;
   454                                           AmmoType: amBlowTorch);
   455                                           AmmoType: amBlowTorch);
   455                                    Slot: 6;
   456                                    Slot: 6;
   456                                    TimeAfterTurn: 3000;
   457                                    TimeAfterTurn: 3000;
   457                                    minAngle: 510;
   458                                    minAngle: 768;
   458                                    maxAngle: 1400));
   459                                    maxAngle: 1280));
   459 
   460 
   460 implementation
   461 implementation
   461 
   462 
   462 end.
   463 end.