summaryrefslogtreecommitdiff
path: root/npc/005-6
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-23 13:11:28 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-23 13:11:28 -0300
commit31e3f8f079ceda343e173d8a73b509179259aa1e (patch)
tree9b7da06553a3ef59651f74659ee2707be815d8c9 /npc/005-6
parentf3b9ad8cf747089e600e2c15f34be2df03e22c43 (diff)
downloadserverdata-31e3f8f079ceda343e173d8a73b509179259aa1e.tar.gz
serverdata-31e3f8f079ceda343e173d8a73b509179259aa1e.tar.bz2
serverdata-31e3f8f079ceda343e173d8a73b509179259aa1e.tar.xz
serverdata-31e3f8f079ceda343e173d8a73b509179259aa1e.zip
Make Morgan a female (no fuss)
Diffstat (limited to 'npc/005-6')
-rw-r--r--npc/005-6/morgan.txt5
1 files changed, 3 insertions, 2 deletions
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;
}