diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-08-03 22:58:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-08-03 22:58:10 -0300 |
commit | b144807ad8b2157cc6542679cd471f06a35637d2 (patch) | |
tree | 6c8c6b36b14b82f527a0589140ca1c7989bc317d | |
parent | aea76ac8c42f3c9ab8147cabbfe32fe1654a904b (diff) | |
download | serverdata-b144807ad8b2157cc6542679cd471f06a35637d2.tar.gz serverdata-b144807ad8b2157cc6542679cd471f06a35637d2.tar.bz2 serverdata-b144807ad8b2157cc6542679cd471f06a35637d2.tar.xz serverdata-b144807ad8b2157cc6542679cd471f06a35637d2.zip |
Minor changes in Arthur spacing to be more agreeable towards 4144's code.
-rw-r--r-- | npc/042-0/arthur.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index 745f6cefc..5a5ab5d45 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -436,13 +436,13 @@ L_Hint: mesn; switch ($KAMELOT_KEY[.@g]) { case 1: - .@path$=l("West"); break; + .@path$ = l("West"); break; case 2: - .@path$=l("North West"); break; + .@path$ = l("North West"); break; case 4: - .@path$=l("North East"); break; + .@path$ = l("North East"); break; case 8: - .@path$=l("East"); break; + .@path$ = l("East"); break; default: .@path$=l("ERROR, REPORT ME: Invalid: %d", $KAMELOT_KEY[.@g]); break; } @@ -457,6 +457,7 @@ L_Hint: guinevereSpawn(2); mesn; mesq l("Take this with you. And please bring Arthur back, the world needs him!"); + if ($KAMELOT_QUEST[.@g] & 2) close; // Someone else claimed it $KAMELOT_QUEST[.@g]=$KAMELOT_QUEST[.@g]|2; // Player Reward for completing this stage getitem any(SacredImmortalityPotion, SacredLifePotion, SacredManaPotion), 1; |