diff options
Diffstat (limited to 'npc/007-1/pylon.txt')
-rw-r--r-- | npc/007-1/pylon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/007-1/pylon.txt b/npc/007-1/pylon.txt index c68e3763a..c5d32e54e 100644 --- a/npc/007-1/pylon.txt +++ b/npc/007-1/pylon.txt @@ -132,7 +132,7 @@ L_Close: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, MinerHat); setunitdata(.@npcId, UDT_HEADMIDDLE, ArtisTankTop); setunitdata(.@npcId, UDT_HEADBOTTOM, BromenalPants); |