From 31e3f8f079ceda343e173d8a73b509179259aa1e Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 23 Feb 2018 13:11:28 -0300 Subject: Make Morgan a female (no fuss) --- npc/005-6/morgan.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/005-6') diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt index 44df10a63..62632d96f 100644 --- a/npc/005-6/morgan.txt +++ b/npc/005-6/morgan.txt @@ -1,8 +1,9 @@ -005-6,30,37,0 script Morgan NPC_RUMLY,{ +005-6,30,37,0 script Morgan NPC_RUMLY_FEMALE,{ hello; OnInit: - .sex = G_MALE; + .sex = G_FEMALE; + .distance = 5; end; } -- cgit v1.2.3-70-g09d2