From 13931006f26ed2707664989b5adb5ed893054dc2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Oct 2011 20:48:10 +0100 Subject: [PATCH] where-vessels: fanchuans --- yarrg/icons/fc.xbm | 5 +++++ yarrg/icons/vessel-info | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 yarrg/icons/fc.xbm diff --git a/yarrg/icons/fc.xbm b/yarrg/icons/fc.xbm new file mode 100644 index 0000000..2f92031 --- /dev/null +++ b/yarrg/icons/fc.xbm @@ -0,0 +1,5 @@ +#define fc_width 12 +#define fc_height 10 +static unsigned char fc_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x60, 0x00, 0x98, 0x01, 0x60, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; diff --git a/yarrg/icons/vessel-info b/yarrg/icons/vessel-info index ef0adbb..17a044f 100644 --- a/yarrg/icons/vessel-info +++ b/yarrg/icons/vessel-info @@ -2,6 +2,7 @@ smsloop am sl Sloop lgsloop bm ct Cutter dhow cm dh Dhow + fanchuan cw fc Fanchuan longship dm ls Longship baghlah em bg Baghlah junk eo jk Junk @@ -21,4 +22,6 @@ fancy M {Midas class} phantom G {Phantom class} imperial P {Imperial class} + fortune O {Fortune class} + lagoon L {Lagoon class} } -- 2.30.2