From fddf7621a4cfabb3e71429d9449fe1165a9be55d Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 29 Aug 2025 12:38:34 -0600 Subject: [PATCH] add dead display name style enum for the hell of it --- src/util/dconstants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/dconstants.js b/src/util/dconstants.js index b4b7817..51215ea 100644 --- a/src/util/dconstants.js +++ b/src/util/dconstants.js @@ -154,6 +154,7 @@ module.exports.DisplayNameEffectNames = { 3: "Neon", 4: "Toon", 5: "Pop", + 6: "~~Glow~~", }; module.exports.DisplayNameFontNames = { 11: "Default",