diff options
Diffstat (limited to 'npc/006-3')
-rw-r--r-- | npc/006-3/core.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/006-3/core.txt b/npc/006-3/core.txt index ca5a6f9ca..016d80739 100644 --- a/npc/006-3/core.txt +++ b/npc/006-3/core.txt @@ -7,9 +7,9 @@ OnTouch: //warp "006-3", 49, 52; - specialeffect(5000, SELF, .name$); + specialeffect(5000, SELF, getcharid(3)); dispbottom l("The power which lies in Candor rejects your strength."); sleep2(3000); - specialeffect(5002, SELF, .name$); + specialeffect(5002, SELF, getcharid(3)); end; } |