From 16d5d9bee96c4d8e162d4d48fe33963f51262540 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 13 Apr 2022 15:37:34 +0000 Subject: [PATCH] Add additional roles and races I've played on nutmeg --- scripts/import-nethack-logfile.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/import-nethack-logfile.py b/scripts/import-nethack-logfile.py index 90226ce..2af5cb9 100755 --- a/scripts/import-nethack-logfile.py +++ b/scripts/import-nethack-logfile.py @@ -37,11 +37,15 @@ SPECIAL_DUNGEON_LEVELS = { } RACES = { + 'Elf': 'Elf', + 'Gno': 'Gnome', 'Hum': 'Human', } ROLES = { 'Mon': 'Monk', + 'Pri': 'Priest', + 'Ran': 'Ranger', 'Rog': 'Rogue', 'Sam': 'Samurai', }