From 478d0ce6a44b9f0863aa996b3b6b228780bab444 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 31 Mar 2022 13:26:33 +0200 Subject: [PATCH] Update create.php --- create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create.php b/create.php index 37b02d1..d3e0078 100644 --- a/create.php +++ b/create.php @@ -266,7 +266,7 @@ strength.value = ""; } } - document.getElementById("rolecard").className = "card " + color.value + " " + color.value + "-" + strength.value + " " + textcolor.value; + document.getElementById("rolecard").className = "card " + color.value + " " + modifier.value + "-" + strength.value + " " + textcolor.value; }