From: Mischa POSLAWSKY Date: Mon, 2 Apr 2012 23:44:01 +0000 (+0200) Subject: sc: indicate type by m/o text, no icon images X-Git-Tag: v1.5~27 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/331ae2a07f1496d06d34878afd2ccd116db39bbb sc: indicate type by m/o text, no icon images --- diff --git a/sc.plp b/sc.plp index ede1e5a..c6f75c2 100644 --- a/sc.plp +++ b/sc.plp @@ -273,10 +273,10 @@ sub showrange { '' . join('', $_->{unit} ? $_->{unit} == .5 ? '½' : $_->{unit} : ' ', defined $_->{organic} && sprintf( - '%s', + '%s', $_->{organic} ? 'o' : 'u', - $_->{race} . ($_->{organic} ? 'o' : ''), - $_->{organic} ? 'o' : 'm' + $_->{organic} ? 'organic' : 'mechanic', + $_->{organic} ? 'o' : 'm', ), ), '' . $_->{hp},