chiark / gitweb /
Junks. Pants icon.
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Wed, 30 Jun 2010 23:13:48 +0000 (00:13 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Wed, 30 Jun 2010 23:13:48 +0000 (00:13 +0100)
yarrg/icons/jk.xbm [new file with mode: 0644]
yarrg/where-vessels

diff --git a/yarrg/icons/jk.xbm b/yarrg/icons/jk.xbm
new file mode 100644 (file)
index 0000000..c27ff5b
--- /dev/null
@@ -0,0 +1,5 @@
+#define jk_width 12
+#define jk_height 10
+static unsigned char jk_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
+   0x8c, 0x01, 0x8c, 0x01, 0xf8, 0x00, 0x00, 0x00};
index b93db197922e0c74bdd314b946595321c6f03684..af77cbab45221214c58b5d6296ec42c192bd82f0 100755 (executable)
@@ -254,6 +254,7 @@ proc vesselclasses-init {} {
        dhow            cm      dh      Dhow
        longship        dm      ls      Longship
        baghlah         em      bg      Baghlah
+       junk            eo      jk      Junk
        merchbrig       fm      mb      {Merchant Brig}
        warbrig         gm      wb      {War Brig}
        xebec           hm      xe      Xebec
@@ -383,6 +384,7 @@ proc show-report-decode {code} {
        F { report-set subclass {Frost class} }
        R { report-set subclass {Rogue class} }
        V { report-set subclass {Verdant class} }
+       I { report-set subclass {Inferno class} }
        default { report-set subclass "Subclass \"$subclass\"" }
     }
 
@@ -589,6 +591,7 @@ proc vessel {vin} {
        icy             { lappend codel F }
        rogue           { lappend codel R }
        verdant         { lappend codel V }
+       inferno         { lappend codel I }
        default         { lappend codel ($subclass) }
     }