diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:24:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:24:22 -0300 |
commit | 2093d370ff1893ce153459fdd9a7f282feef65cd (patch) | |
tree | be47c8ec11f52abf6d905930c59eab96850030fe | |
parent | f06d8a6c7dd16c651c5beb0a15874c304704e4dd (diff) | |
download | serverdata-2093d370ff1893ce153459fdd9a7f282feef65cd.tar.gz serverdata-2093d370ff1893ce153459fdd9a7f282feef65cd.tar.bz2 serverdata-2093d370ff1893ce153459fdd9a7f282feef65cd.tar.xz serverdata-2093d370ff1893ce153459fdd9a7f282feef65cd.zip |
DRESS SOMETHING Hurnscald Nurse. What do you think you are, after all?!
-rw-r--r-- | npc/012-6/nurse.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-6/nurse.txt b/npc/012-6/nurse.txt index 689e40479..ec5db429c 100644 --- a/npc/012-6/nurse.txt +++ b/npc/012-6/nurse.txt @@ -10,9 +10,9 @@ OnInit: .@npcId = getnpcid(0, .name$); // I am too lazy to dress every NPC I add >.< - setunitdata(.@npcId, UDT_HEADMIDDLE, ShortTankTop); + setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, MiniSkirt); - setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); + setunitdata(.@npcId, UDT_HEADBOTTOM, ShortTankTop); setunitdata(.@npcId, UDT_HAIRSTYLE, 12); setunitdata(.@npcId, UDT_HAIRCOLOR, 16); |