Add Male entry to GENDERS in nethack import script
This commit is contained in:
parent
828bcb0f94
commit
2011ccdd78
1 changed files with 2 additions and 1 deletions
|
@ -57,6 +57,7 @@ ROLES = {
|
||||||
|
|
||||||
GENDERS = {
|
GENDERS = {
|
||||||
'Fem': 'Female',
|
'Fem': 'Female',
|
||||||
|
'Mal': 'Male',
|
||||||
}
|
}
|
||||||
|
|
||||||
ALIGNMENTS = {
|
ALIGNMENTS = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue