diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-03 11:33:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-03 11:33:58 -0300 |
commit | e553fa37195febcca7408d2fc60b0010d64f31f7 (patch) | |
tree | b635adf1af557addd0c6c5907ef22a538beffc70 /npc/034-3 | |
parent | 3a51d5756508a069776bce12b0a7db8cd558097b (diff) | |
download | serverdata-e553fa37195febcca7408d2fc60b0010d64f31f7.tar.gz serverdata-e553fa37195febcca7408d2fc60b0010d64f31f7.tar.bz2 serverdata-e553fa37195febcca7408d2fc60b0010d64f31f7.tar.xz serverdata-e553fa37195febcca7408d2fc60b0010d64f31f7.zip |
Add Luvia placeholder
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)); |