about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--js/name-gen/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/name-gen/app.js b/js/name-gen/app.js
index b658147..a151520 100644
--- a/js/name-gen/app.js
+++ b/js/name-gen/app.js
@@ -1,7 +1,7 @@
 const canvas = document.getElementById('canvas');
 const ctx = canvas.getContext('2d');
 
-const syllables = ["fro", "gan", "ar", "leg", "gim", "bil", "sam", "pip", "mer", "bor", "do", "dalf", "gorn", "olas", "li", "bo", "wise", "pin", "ry", "omir"];
+const syllables = ["fro", "gan", "ar", "leg", "gim", "bil", "sam", "pip", "mer", "bor", "do", "dalf", "gorn", "olas", "li", "bo", "wise", "pin", "ry", "omir", "thor", "mor", "ven", "zel", "xan"];
 
 const colors = {};
 syllables.forEach(syllable => {