diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 17:21:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 17:21:59 -0300 |
commit | 8a93d1ecdf1cd88e53bd8345b354b76c1dd6566f (patch) | |
tree | 6efbfb09eb805b9a9d8ba7a1cb8b6595e3de2114 /npc | |
parent | b583b632f13d0241f3f197ae269a4601dce94fb8 (diff) | |
download | serverdata-8a93d1ecdf1cd88e53bd8345b354b76c1dd6566f.tar.gz serverdata-8a93d1ecdf1cd88e53bd8345b354b76c1dd6566f.tar.bz2 serverdata-8a93d1ecdf1cd88e53bd8345b354b76c1dd6566f.tar.xz serverdata-8a93d1ecdf1cd88e53bd8345b354b76c1dd6566f.zip |
Give some shorts to Candor Nurse, I forgot you can change map mode
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-7/nurse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-7/nurse.txt b/npc/005-7/nurse.txt index 0b1e8e842..5a96cbda7 100644 --- a/npc/005-7/nurse.txt +++ b/npc/005-7/nurse.txt @@ -78,7 +78,7 @@ L_Close: OnInit: .@npcId = getnpcid(0, .name$); - // I got lazy and NPC is behind a desk... So... :hides: + setunitdata(.@npcId, UDT_HEADBOTTOM, CottonShorts); setunitdata(.@npcId, UDT_HEADMIDDLE, ShortTankTop); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); setunitdata(.@npcId, UDT_HAIRSTYLE, 12); |