From 331ae2a07f1496d06d34878afd2ccd116db39bbb Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 3 Apr 2012 01:44:01 +0200 Subject: [PATCH] sc: indicate type by m/o text, no icon images --- sc.plp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}, -- 2.30.0