From aac22478e6a264e504af77c87af6db144daabc68 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 14 Jun 2015 11:36:45 +0200 Subject: [PATCH] sc: change icon for massive to U+2693 anchor --- sc.plp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sc.plp b/sc.plp index e1e4fe2..9c271be 100644 --- a/sc.plp +++ b/sc.plp @@ -240,7 +240,8 @@ sub showval { showval($_, 'sight') ), '' . showval($_, 'speed'), - $_->{attr}->{massive} && '☇', + $_->{attr}->{massive} + && '⚓', '' . showmagic($_), "\n" ); -- 2.30.0