From dbadc4dc6e4d973c04ac4655bb45d1cf1338b27d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 May 2010 18:30:26 +0100 Subject: [PATCH] Add "celtic" as E --- yarrg/where-vessels | 1 + 1 file changed, 1 insertion(+) diff --git a/yarrg/where-vessels b/yarrg/where-vessels index 272a114..9ccb8d1 100755 --- a/yarrg/where-vessels +++ b/yarrg/where-vessels @@ -583,6 +583,7 @@ proc vessel {vin} { switch -exact $subclass { null { lappend codel {} } icy { lappend codel F } + celtic { lappend codel E } default { lappend codel ($subclass) } } -- 2.30.2