diff options
Diffstat (limited to 'npc/009-3/kevin.txt')
-rw-r--r-- | npc/009-3/kevin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-3/kevin.txt b/npc/009-3/kevin.txt index 4db972e28..b85a52257 100644 --- a/npc/009-3/kevin.txt +++ b/npc/009-3/kevin.txt @@ -132,7 +132,7 @@ L_Quit: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, FancyHat); setunitdata(.@npcId, UDT_HEADMIDDLE, SailorShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, BromenalPants); |