From 6ebb2fbd512585805a7a9dce6f5d1413a381ccb9 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Thu, 23 Apr 2026 02:11:06 -0400 Subject: [PATCH] natus wheel: fix planet aspect lines to ASC/MC; classic element tooltips show Planets +# count Code architected by Disco DeDisco Git commit message Co-Authored-By: Claude Sonnet 4.6 --- src/apps/gameboard/static/apps/gameboard/natus-wheel.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps/gameboard/static/apps/gameboard/natus-wheel.js b/src/apps/gameboard/static/apps/gameboard/natus-wheel.js index 7d60657..5015806 100644 --- a/src/apps/gameboard/static/apps/gameboard/natus-wheel.js +++ b/src/apps/gameboard/static/apps/gameboard/natus-wheel.js @@ -359,6 +359,8 @@ const NatusWheel = (() => { const asc = _currentData.houses.asc; const degrees = {}; Object.entries(_currentData.planets).forEach(([n, p]) => { degrees[n] = p.degree; }); + degrees['ASC'] = _currentData.houses.asc; + degrees['MC'] = _currentData.houses.mc; const myDeg = degrees[planetName]; if (myDeg === undefined) return; @@ -634,7 +636,7 @@ const NatusWheel = (() => { if (CLASSIC_ELEMENTS.has(item.key)) { const contribs = elData.contributors || []; bodyHtml = `
${vecImg} +${count} (${pct}%)
`; - bodyHtml += `
Planets
`; + bodyHtml += `
Planets +${contribs.length}
`; if (contribs.length) { bodyHtml += '
'; contribs.forEach(c => {