hedgewars/uAIAmmoTests.pas
changeset 12193 71c47122fbc0
parent 11476 c4e1d39acc56
child 12621 d972b31f8881
--- a/hedgewars/uAIAmmoTests.pas	Sat Apr 08 18:36:12 2017 +0200
+++ b/hedgewars/uAIAmmoTests.pas	Sat Apr 08 21:43:48 2017 +0200
@@ -124,7 +124,8 @@
             (proc: nil;              flags: 0), // amIceGun
             (proc: nil;              flags: 0), // amKnife
             (proc: nil;              flags: 0), // amRubber
-            (proc: nil;              flags: 0)  // amAirMine
+            (proc: nil;              flags: 0), // amAirMine
+            (proc: nil;              flags: 0)  // amDuck
             );
 
 implementation