diff options
-rw-r--r-- | npc/008-2-2/_import.txt | 2 | ||||
-rw-r--r-- | npc/008-2-2/melania.txt | 2 | ||||
-rw-r--r-- | npc/008-2-6/_import.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/008-2-2/_import.txt b/npc/008-2-2/_import.txt index 9fc64957..55e479c0 100644 --- a/npc/008-2-2/_import.txt +++ b/npc/008-2-2/_import.txt @@ -5,6 +5,6 @@ "npc/008-2-2/kfahr.txt", "npc/008-2-2/ledmitz.txt", "npc/008-2-2/mapflags.txt", +"npc/008-2-2/melania.txt", "npc/008-2-2/melinda.txt", "npc/008-2-2/note.txt", -"npc/008-2-2/receptionist.txt", diff --git a/npc/008-2-2/melania.txt b/npc/008-2-2/melania.txt index ba9c4e95..9b3980ed 100644 --- a/npc/008-2-2/melania.txt +++ b/npc/008-2-2/melania.txt @@ -15,7 +15,7 @@ close; OnInit: - .sex = G_MALE; + .sex = G_FEMALE; .distance = 2; end; } diff --git a/npc/008-2-6/_import.txt b/npc/008-2-6/_import.txt index ceb45513..38c19068 100644 --- a/npc/008-2-6/_import.txt +++ b/npc/008-2-6/_import.txt @@ -2,5 +2,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/008-2-6/_warps.txt", "npc/008-2-6/alan.txt", -"npc/008-2-6/apprentice.txt", +"npc/008-2-6/donald.txt", "npc/008-2-6/mapflags.txt", |