Add Male entry to GENDERS in nethack import script

This commit is contained in:
Eryn Wells 2022-11-24 08:25:30 -05:00
parent 828bcb0f94
commit 2011ccdd78

View file

@ -57,6 +57,7 @@ ROLES = {
GENDERS = {
'Fem': 'Female',
'Mal': 'Male',
}
ALIGNMENTS = {