diff options
Diffstat (limited to 'npc/042-0/arthur.txt')
-rw-r--r-- | npc/042-0/arthur.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index f2a7e870b..de243b33d 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -75,7 +75,7 @@ L_Quest: $KAMELOT_QUEST[.@g]=1; $KAMELOT_MX[.@g]=getguildavg(.@g); $KAMELOT_PC[.@g]=$@guildmembercount; - $KAMELOT_KEYMASK[.@g]=any(1,2,4,8); + $KAMELOT_KEY[.@g]=any(1,2,4,8); if (!is_admin()) // FIXME: This should be unconditional $KAMELOT_COOLDOWN[.@g] = gettimeparam(GETTIME_WEEKDAY); mapannounce(getmap(), "##1KAMELOT CASTLE, GUILD DUNGEON: MISSION START!", bc_map); @@ -343,7 +343,7 @@ L_Hint: next; guinevereSpawn(3); mesn; - switch ($KAMELOT_KEYMASK[.@g]) { + switch ($KAMELOT_KEY[.@g]) { case 1: .@path$=l("West"); break; case 2: @@ -353,7 +353,7 @@ L_Hint: case 8: .@path$=l("East"); break; default: - .@path$=l("ERROR, REPORT ME: Invalid: %d", $KAMELOT_KEYMASK[.@g]); break; + .@path$=l("ERROR, REPORT ME: Invalid: %d", $KAMELOT_KEY[.@g]); break; } mesq l("The key is on the sewer %s path. Be careful. May the light be with you.", b(.@path$)); if ($KAMELOT_QUEST[.@g] & 2) |