diff options
Diffstat (limited to 'npc/042-0')
-rw-r--r-- | npc/042-0/arthur.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index 50567d270..72f99f8f5 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -70,7 +70,9 @@ L_Quest: next; // Be sure the quest only starts now, and destroy any eventual artifact $KAMELOT_QUEST[.@g]=1; - mapannounce(getmap(), "##1KAMELOT CASTLE, GUILD DUNGON: MISSION START!", bc_map); + if (!is_admin()) // FIXME: This should be unconditional + $KAMELOT_COOLDOWN[.@g] = gettimeparam(GETTIME_WEEKDAY); + mapannounce(getmap(), "##1KAMELOT CASTLE, GUILD DUNGEON: MISSION START!", bc_map); mesc l(".:: KAMELOT CASTLE, THE GUILD DUNGEON ::."), 1; mes ""; mes l("1. Investigate Kamelot Basements"); @@ -126,7 +128,7 @@ L_Tutorial: mes l("Once the quest is started, entrance will be closed."); mes l("No one can go out during the quest, so ensure every guild member has proper equipment, potions, and time for this dungeon."); next; - mes l("Additionaly, for the optimal experience, ensure your party has at least the following members:"); + mes l("Additionally, for the optimal experience, ensure your party has at least the following members:"); mes ""; mes l("* Thief"); mes l("* Mage"); |