diff -r 3a48fbc4a281 -r e604ee83e34f hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Fri Jan 21 17:07:42 2011 -0500 +++ b/hedgewars/uVariables.pas Sat Jan 22 19:40:57 2011 +0100 @@ -1926,7 +1926,7 @@ ejectX: 0; ejectY: 0), -// Ressurrector +// Resurrector (NameId: sidResurrector; NameTex: nil; Probability: 0; @@ -1960,10 +1960,11 @@ ammoprop_NeedTarget or ammoprop_AttackingPut or ammoprop_DontHold or + ammoprop_Timerable or ammoprop_NotBorder; Count: 1; NumPerTurn: 0; - Timer: 0; + Timer: 5000; Pos: 0; AmmoType: amDrillStrike; AttackVoice: sndIncoming); @@ -1977,6 +1978,7 @@ PosSprite: sprAmAirplane; ejectX: 0; ejectY: 0), + // Snowball/Mudball (NameId: sidSnowball; NameTex: nil;