hedgewars/uConsts.pas
changeset 1643 434e28245dc0
parent 1639 89b536a3cf3c
child 1654 9cfa6f23e767
equal deleted inserted replaced
1642:177b440773de 1643:434e28245dc0
  1111 			PosSprite: sprDrill),
  1111 			PosSprite: sprDrill),
  1112 			(NameId: sidBallgun;
  1112 			(NameId: sidBallgun;
  1113 			NameTex: nil;
  1113 			NameTex: nil;
  1114 			Probability: 400;
  1114 			Probability: 400;
  1115 			NumberInCase: 1;
  1115 			NumberInCase: 1;
  1116 			Ammo: (Propz:  ammoprop_ForwMsgs;
  1116 			Ammo: (Propz:  ammoprop_ForwMsgs or
       
  1117 							 ammoprop_DontHold;
  1117 					Count: AMMO_INFINITE;
  1118 					Count: AMMO_INFINITE;
  1118 					NumPerTurn: 0;
  1119 					NumPerTurn: 0;
  1119 					Timer: 5001;
  1120 					Timer: 5001;
  1120 					Pos: 0;
  1121 					Pos: 0;
  1121 					AmmoType: amBallgun);
  1122 					AmmoType: amBallgun);