X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fcommands%2Fboar.c;h=0b40c1b4e2008dccf969aec89b77fe6931374091;hp=1e9ddc929fd7907481876990c0786fd46f932b3b;hb=a109de948;hpb=b2090ed34fd91adcb1f626c0c6f88214cfd7c864 diff --git a/src/lib/commands/boar.c b/src/lib/commands/boar.c index 1e9ddc929..0b40c1b4e 100644 --- a/src/lib/commands/boar.c +++ b/src/lib/commands/boar.c @@ -122,10 +122,8 @@ boar(void) 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 */