hedgewars/uAIAmmoTests.pas
changeset 1221 51e3f3cfdca5
parent 1176 2969efb7050f
child 1261 903058d382c7
--- a/hedgewars/uAIAmmoTests.pas	Fri Aug 15 19:30:02 2008 +0000
+++ b/hedgewars/uAIAmmoTests.pas	Sat Aug 16 11:22:34 2008 +0000
@@ -68,7 +68,8 @@
                   (proc: nil;              flags: 0), // amSwitch
                   (proc: @TestMortar;      flags: 0), // amMortar
                   (proc: nil;              flags: 0), // amKamikaze
-                  (proc: nil;              flags: 0)  // amCake
+                  (proc: nil;              flags: 0), // amCake
+                  (proc: nil;              flags: 0)  // amSeduction
                   );
 
 const BadTurn = Low(LongInt) div 4;