hedgewars/uVariables.pas
changeset 5013 04789ba3f200
parent 5004 2efa6a414518
child 5016 9347d82a26cc
--- a/hedgewars/uVariables.pas	Mon Mar 14 20:08:53 2011 +0300
+++ b/hedgewars/uVariables.pas	Wed Mar 16 17:25:05 2011 +0100
@@ -2058,7 +2058,12 @@
             NameTex: nil;
             Probability: 0;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoCrosshair or ammoprop_DontHold or ammoprop_Utility;
+            Ammo: (Propz: ammoprop_ForwMsgs or
+                          ammoprop_NoCrosshair or
+                          ammoprop_NeedTarget or
+                          ammoprop_AttackingPut or
+                          ammoprop_Utility or
+                          ammoprop_DontHold;
                 Count: 1;
                 NumPerTurn: 0;
                 Timer: 0;
@@ -2071,8 +2076,8 @@
             maxAngle: 0;
             isDamaging: false;
             SkipTurns: 0;
-            PosCount: 1;
-            PosSprite: sprWater;
+            PosCount: 2;
+            PosSprite: sprAmTeleport;
             ejectX: 0;
             ejectY: 0)
         );