From d100825dd6a61fa7771fd243ea9eebd1ce4ea603 Mon Sep 17 00:00:00 2001 From: cadowtin Date: Mon, 12 Aug 2024 02:41:32 -0500 Subject: [PATCH] Changed -4 to white --- scripts/misc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/misc.js b/scripts/misc.js index eb54270..6536751 100644 --- a/scripts/misc.js +++ b/scripts/misc.js @@ -11,7 +11,7 @@ export const COLORS = { PINK: "#FF69B4", PF2E: { LEVELDIFF: { - "-4": "#808080", //;Grey + "-4": "#FFFFFF", //White "-3": "#add8e6", //Light Blue "-2": "#008000", //Green "-1": "#ffff00", //Yellow