Change rc plane options
authorunc0rr
Mon, 19 Jan 2009 15:46:33 +0000
changeset 1721 993b17d862f8
parent 1720 220faa4fa922
child 1722 18915d57b72f
Change rc plane options
QTfrontend/hwconsts.cpp.in
hedgewars/uConsts.pas
--- a/QTfrontend/hwconsts.cpp.in	Mon Jan 19 15:44:44 2009 +0000
+++ b/QTfrontend/hwconsts.cpp.in	Mon Jan 19 15:46:33 2009 +0000
@@ -29,7 +29,7 @@
 QStringList * Themes;
 QStringList * mapList;
 
-QString * cDefaultAmmoStore = new QString("9391929422199121032235111001202");
+QString * cDefaultAmmoStore = new QString("9391929422199121032235111001201");
 
 QColor * color1 = new QColor(221,   0,   0);
 QColor * color2 = new QColor( 67, 118, 233);
--- a/hedgewars/uConsts.pas	Mon Jan 19 15:44:44 2009 +0000
+++ b/hedgewars/uConsts.pas	Mon Jan 19 15:46:33 2009 +0000
@@ -1137,7 +1137,7 @@
 			PosSprite: sprWater),
 			(NameId: sidRCPlane;
 			NameTex: nil;
-			Probability: 100;
+			Probability: 200;
 			NumberInCase: 2;
 			Ammo: (Propz: ammoprop_ForwMsgs{ or
 							ammoprop_DontHold or
@@ -1152,7 +1152,7 @@
 			minAngle: 0;
 			maxAngle: 0;
 			isDamaging: true;
-			SkipTurns: 0;
+			SkipTurns: 4;
 			PosCount: 1;
 			PosSprite: sprWater)
 			);