Rebalance Default to take into account reweighting of crates, remove redundant check
authornemo
Fri, 02 Apr 2010 16:04:37 +0000
changeset 3261 fa7086253e83
parent 3260 b44b88908758
child 3262 c33633e197a7
Rebalance Default to take into account reweighting of crates, remove redundant check
QTfrontend/hwconsts.cpp.in
hedgewars/uGears.pas
--- a/QTfrontend/hwconsts.cpp.in	Fri Apr 02 15:59:23 2010 +0000
+++ b/QTfrontend/hwconsts.cpp.in	Fri Apr 02 16:04:37 2010 +0000
@@ -32,7 +32,7 @@
 
 QString * cDefaultAmmoStore = new QString(
         "93919294221991210322351110012010000002111"
-        "04040004414004446456444447747761122111444"
+        "04050405416006555465544647765766666661555"
         "00000000000002055000000400070040000000002"
         "13111103121111111231141111111111111112111"
 		);
--- a/hedgewars/uGears.pas	Fri Apr 02 15:59:23 2010 +0000
+++ b/hedgewars/uGears.pas	Fri Apr 02 16:04:37 2010 +0000
@@ -2182,7 +2182,7 @@
 else t:= GetRandom(aTot+uTot);
 
     
-if not shoppa and ((GameFlags and gfInvulnerable) = 0) and (t<h) then
+if t<h then
     begin
     FollowGear:= AddGear(0, 0, gtCase, 0, _0, _0, 0);
     FollowGear^.Health:= 25;