sc: change icon for massive to U+2693 anchor
[sheet.git] / sc.plp
diff --git a/sc.plp b/sc.plp
index e1e4fe2ba0ae8f6dbc9f7cf256eff06d73be7d0b..9c271be8e6f9bf144c394486f011746b3a83bcf3 100644 (file)
--- a/sc.plp
+++ b/sc.plp
@@ -240,7 +240,8 @@ sub showval {
                                showval($_, 'sight')
                        ),
                        '<td class="val unit-speed">' . showval($_, 'speed'),
-                       $_->{attr}->{massive} && '<span class="unit-massive">☇</span>',
+                       $_->{attr}->{massive}
+                               && '<span class="unit-massive" title="massive">⚓</span>',
                        '<td class="unit-magic">' . showmagic($_),
                        "\n"
                );