diff options
Diffstat (limited to 'npc/012-6/nurse.txt')
-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); |