diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-12-27 12:44:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-12-27 12:44:12 -0300 |
commit | 52784272ea5b5ddff03c9d87a8ea36bb5bb1ed55 (patch) | |
tree | b3cae273b48c8ea6d314ad9274e989dc95ba05a3 | |
parent | b00f78bced7ef2b32c41c905b1d8ae1383b90870 (diff) | |
download | serverdata-52784272ea5b5ddff03c9d87a8ea36bb5bb1ed55.tar.gz serverdata-52784272ea5b5ddff03c9d87a8ea36bb5bb1ed55.tar.bz2 serverdata-52784272ea5b5ddff03c9d87a8ea36bb5bb1ed55.tar.xz serverdata-52784272ea5b5ddff03c9d87a8ea36bb5bb1ed55.zip |
Remove a couple possibly superseded commentaries from Source Code
-rw-r--r-- | npc/024-1/john.txt | 2 | ||||
-rw-r--r-- | npc/034-4/exit.txt | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/npc/024-1/john.txt b/npc/024-1/john.txt index e1662d15e..86f7bbcea 100644 --- a/npc/024-1/john.txt +++ b/npc/024-1/john.txt @@ -286,7 +286,7 @@ getitem .@i, 1; setq3 FrostiaQuest_JhonH, .@q3 + 1; mesc l("You have reached the current reward limit for Jhon."), 1; - mesc l("Futurely, Mylarin Dust and a Sunny Crystal will also be available."); // And a Mysterious Fruit + Platinum, just like Ryan + //mesc l("Futurely, Mylarin Dust and a Sunny Crystal will also be available."); // And a Mysterious Fruit + Platinum, just like Ryan } break; } diff --git a/npc/034-4/exit.txt b/npc/034-4/exit.txt index ac33ac343..c7b76eebb 100644 --- a/npc/034-4/exit.txt +++ b/npc/034-4/exit.txt @@ -9,8 +9,7 @@ OnWumpus: GeminiCheck(15); .@q = getq2(HurnscaldQuest_Gemini); - // TODO: Maybe exchange an Wumpus Egg for a Sunny Crystal or Mylarin Dust? - // Have a NPC do so only once, for the Savior set. + // Note: Only one Wumpus Egg can be exchanged for a Sunny Crystal if (.@q == 0 || .@q == 2 || (.@q > 5 && !(.@q % 3))) getitem WumpusEgg, 1; else |