diff options
Diffstat (limited to 'npc/009-4/nurse.txt')
-rw-r--r-- | npc/009-4/nurse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-4/nurse.txt b/npc/009-4/nurse.txt index 2d3dd0dbd..3f6e1ebec 100644 --- a/npc/009-4/nurse.txt +++ b/npc/009-4/nurse.txt @@ -7,7 +7,7 @@ close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); // I am too lazy to dress every NPC I add >.< setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, MiniSkirt); |