X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/681c73d50a05475fe165a51c8251ab32b0f7cefa..821b50f7daca45dfbfcee9d91036074f9bf69045:/sc.plp diff --git a/sc.plp b/sc.plp index f0824bf..c7aec30 100644 --- a/sc.plp +++ b/sc.plp @@ -280,7 +280,8 @@ sub showrangeint { sprintf('%s', $_-> {cargo} < 0 ? ('supply', T => 'transport') : $_->{upgraded}->{cargo} < 0 ? ('supply magic-opt', T => 'optional transport') : - $_->{attr}->{flying} ? ('air', F => 'flying') : + $_-> {attr}->{flying} ? ('air', F => 'flying') : + $_->{upgraded}->{attr}->{flying} ? ('air magic-opt', F => 'potentially flying') : $_->{attr}->{structure} ? ('x', B => 'building') : ( [qw( x s m l l h h h h )]->[ $_->{cargo} ],