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; }