diff options
Diffstat (limited to 'npc/020-2-20')
-rw-r--r-- | npc/020-2-20/drabur.txt | 2 | ||||
-rw-r--r-- | npc/020-2-20/riskim.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/020-2-20/drabur.txt b/npc/020-2-20/drabur.txt index 8be16d8d..44ca52b5 100644 --- a/npc/020-2-20/drabur.txt +++ b/npc/020-2-20/drabur.txt @@ -38,7 +38,7 @@ close; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; tradertype(NST_MARKET); diff --git a/npc/020-2-20/riskim.txt b/npc/020-2-20/riskim.txt index 4478a3d8..a1388c06 100644 --- a/npc/020-2-20/riskim.txt +++ b/npc/020-2-20/riskim.txt @@ -146,7 +146,7 @@ function foodQuestline { } OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; .price = 120; end; |