]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/boar.c
Remove option TREATIES
[empserver] / src / lib / commands / boar.c
index 1e9ddc929fd7907481876990c0786fd46f932b3b..0b40c1b4e2008dccf969aec89b77fe6931374091 100644 (file)
@@ -122,10 +122,8 @@ boar(void)
        return RET_OK;
     }
 
        return RET_OK;
     }
 
-    /* Show what we're boarding, and check treaties */
-
-    if (att_show(def))
-       return RET_FAIL;
+    /* Show what we're boarding */
+    att_show(def);
 
     /* Ask the player what he wants to board with */
 
 
     /* Ask the player what he wants to board with */