diff options
Diffstat (limited to 'npc/019-2')
-rw-r--r-- | npc/019-2/angela.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-2/angela.txt b/npc/019-2/angela.txt index 9fce3c279..ec93bbb09 100644 --- a/npc/019-2/angela.txt +++ b/npc/019-2/angela.txt @@ -101,7 +101,7 @@ L_Start: OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, KnitHat); setunitdata(.@npcId, UDT_HEADMIDDLE, TneckSweater); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); |