diff options
-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); |