v0.5.87: fill ability loc tokens and tidy skill detail layout.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -328,7 +328,8 @@ def special_rows(sv: list) -> list[dict]:
|
||||
for row in sv:
|
||||
if not isinstance(row, dict):
|
||||
continue
|
||||
heading = str(row.get("heading_loc") or "").strip().rstrip("::").strip()
|
||||
# Valve paints effect words with <font color=…>; strip for plain UI text.
|
||||
heading = strip_html(str(row.get("heading_loc") or "")).rstrip("::").strip()
|
||||
if not heading:
|
||||
continue
|
||||
value = fmt_num_list(
|
||||
|
||||
Reference in New Issue
Block a user