diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-2-2/valia.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/014-2-2/valia.txt b/npc/014-2-2/valia.txt index 8009b1ab4..8c4a677fc 100644 --- a/npc/014-2-2/valia.txt +++ b/npc/014-2-2/valia.txt @@ -32,8 +32,12 @@ function script GeminiKill { if (killedrid == GreenSlime) { if (!rand2(40) || $@GM_OVERRIDE) { getexp 8132, 657; - dispbottom l("You found the Runestone! You gave it to the party leader."); $@VALIA_STATUS[.@p] = 3; + + if (strcharinfo(0) != getpartyleader(getcharid(1))) + dispbottom l("You found the Runestone! You gave it to the party leader."); + else + dispbottom l("You found the Runestone!"); } } break; |