Skip to content
Snippets Groups Projects
Commit 49a5bc18 authored by svornost's avatar svornost
Browse files

Not an array

parent 36311710
No related branches found
No related tags found
1 merge request!8309Clean up eye color genetics code a bit.
......@@ -435,7 +435,7 @@ globalThis.generateGenetics = (function() {
// just in case something wrong gets through
switch (hEyeColor) {
case "blind blue":
hEyeColor = ["deep blue"];
hEyeColor = "deep blue";
break;
case "milky white":
case "implant":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment