diff options
Diffstat (limited to 'npc/034-3')
-rw-r--r-- | npc/034-3/gemini.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/034-3/gemini.txt b/npc/034-3/gemini.txt index 14a76e2b8..6d9ec0d67 100644 --- a/npc/034-3/gemini.txt +++ b/npc/034-3/gemini.txt @@ -33,6 +33,7 @@ OnTouch: next; mesq b("catalazuli"); next; + .@p=getcharid(1); mes l("... that looks like an incantation or something."); if (strcharinfo(0) != getpartyleader(.@p)) { mes l("I probably should let %s chant it.", getpartyleader(.@p)); @@ -57,6 +58,7 @@ OnChannel: .@y > 38) end; // Only party leader may proceed + .@p=getcharid(1); if (strcharinfo(0) != getpartyleader(.@p)) { percentheal 0, -25; specialeffect(312, AREA, getcharid(3)); |