fixes
This commit is contained in:
@@ -32,41 +32,3 @@ CAT_PERSONALITIES = [ # TODO: start at different happiness levels based on pers
|
||||
"just wants to be somewhere else",
|
||||
]
|
||||
CAT_EYE_COLORS = ["green", "yellow", "blue", "orange"]
|
||||
|
||||
|
||||
NAME_ONSETS = [
|
||||
"b",
|
||||
"br",
|
||||
"tr",
|
||||
"m",
|
||||
"p",
|
||||
"k",
|
||||
"s",
|
||||
"sk",
|
||||
"wh",
|
||||
"fl",
|
||||
"n",
|
||||
"j",
|
||||
"d",
|
||||
"g",
|
||||
"ch",
|
||||
"th",
|
||||
]
|
||||
NAME_VOWELS = ["a", "e", "i", "o", "u", "oo", "ee", "ai"]
|
||||
NAME_CODAS = [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"n",
|
||||
"x",
|
||||
"ff",
|
||||
"sk",
|
||||
"t",
|
||||
"p",
|
||||
"ll",
|
||||
] # empty entries = "often no coda"
|
||||
|
||||
Reference in New Issue
Block a user