[design] add zombiesque adjective

This commit is contained in:
zombieFox 2019-11-11 13:43:45 +00:00
parent 3d66ea4905
commit 7b2c42e447

View File

@ -1335,6 +1335,7 @@ var helper = (function() {
"Zealous",
"Zesty",
"Zippy",
"Zombiesque",
"Zonked"
];
return adjectives[Math.floor(Math.random() * adjectives.length)] + " " + animals[Math.floor(Math.random() * animals.length)];