mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Fix Glyph Popup Rarity color
Co-Authored-By: HexaVault <44529573+hexavault@users.noreply.github.com> Co-Authored-By: Donaldino7712 <100215778+donaldino7712@users.noreply.github.com>
This commit is contained in:
parent
42cc875989
commit
20d1270c77
@ -128,7 +128,7 @@ export default {
|
||||
if (!GlyphTypes[this.type].hasRarity) return "";
|
||||
const strength = Pelle.isDoomed ? Pelle.glyphStrength : this.strength;
|
||||
return `| Rarity:
|
||||
<span style="color: ${this.rarityInfo.color}">${formatRarity(strengthToRarity(strength))}</span>`;
|
||||
<span style="color: ${this.descriptionStyle.color}">${formatRarity(strengthToRarity(strength))}</span>`;
|
||||
},
|
||||
levelText() {
|
||||
if (this.type === "companion") return "";
|
||||
|
Loading…
Reference in New Issue
Block a user