diff options
Diffstat (limited to 'npc/005-7/nurse.txt')
-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 44647f851..6728f412a 100644 --- a/npc/005-7/nurse.txt +++ b/npc/005-7/nurse.txt @@ -77,7 +77,7 @@ L_Close: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADBOTTOM, CottonShorts); setunitdata(.@npcId, UDT_HEADMIDDLE, ShortTankTop); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); |