disable piracy for sea serpents, piracy_cmd cannot handle it (issue #418)

This commit is contained in:
Enno Rehling 2015-12-01 12:22:03 +01:00
parent ceab5245ca
commit 70354a355b
2 changed files with 2 additions and 2 deletions

View file

@ -836,7 +836,7 @@ void plan_monsters(faction * f)
switch (old_race(u_race(u))) {
case RC_SEASERPENT:
long_order = create_order(K_PIRACY, f->locale, NULL);
// long_order = create_order(K_PIRACY, f->locale, NULL);
break;
#ifdef TODO_ALP
case RC_ALP:

View file

@ -263,7 +263,7 @@ CuSuite *get_monsters_suite(void)
CuSuite *suite = CuSuiteNew();
SUITE_ADD_TEST(suite, test_monsters_attack);
SUITE_ADD_TEST(suite, test_monsters_attack_ocean);
SUITE_ADD_TEST(suite, test_seaserpent_piracy);
DISABLE_TEST(suite, test_seaserpent_piracy);
SUITE_ADD_TEST(suite, test_monsters_waiting);
SUITE_ADD_TEST(suite, test_monsters_attack_not);
SUITE_ADD_TEST(suite, test_dragon_attacks_the_rich);