hedgewars/uConsts.pas
changeset 1721 993b17d862f8
parent 1717 f4cf7e36ae3e
child 1740 0d69ff7b5fbf
equal deleted inserted replaced
1720:220faa4fa922 1721:993b17d862f8
  1135 			SkipTurns: 0;
  1135 			SkipTurns: 0;
  1136 			PosCount: 1;
  1136 			PosCount: 1;
  1137 			PosSprite: sprWater),
  1137 			PosSprite: sprWater),
  1138 			(NameId: sidRCPlane;
  1138 			(NameId: sidRCPlane;
  1139 			NameTex: nil;
  1139 			NameTex: nil;
  1140 			Probability: 100;
  1140 			Probability: 200;
  1141 			NumberInCase: 2;
  1141 			NumberInCase: 2;
  1142 			Ammo: (Propz: ammoprop_ForwMsgs{ or
  1142 			Ammo: (Propz: ammoprop_ForwMsgs{ or
  1143 							ammoprop_DontHold or
  1143 							ammoprop_DontHold or
  1144 							ammoprop_AltAttack};
  1144 							ammoprop_AltAttack};
  1145 					Count: 1;
  1145 					Count: 1;
  1150 			Slot: 6;
  1150 			Slot: 6;
  1151 			TimeAfterTurn: 0;
  1151 			TimeAfterTurn: 0;
  1152 			minAngle: 0;
  1152 			minAngle: 0;
  1153 			maxAngle: 0;
  1153 			maxAngle: 0;
  1154 			isDamaging: true;
  1154 			isDamaging: true;
  1155 			SkipTurns: 0;
  1155 			SkipTurns: 4;
  1156 			PosCount: 1;
  1156 			PosCount: 1;
  1157 			PosSprite: sprWater)
  1157 			PosSprite: sprWater)
  1158 			);
  1158 			);
  1159 
  1159 
  1160 var CountTexz: array[1..9] of PTexture;
  1160 var CountTexz: array[1..9] of PTexture;