diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 19:17:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 19:17:19 -0300 |
commit | 010974ee88e2d0b883779b562960bbdce534e5c5 (patch) | |
tree | 9c161ad5341c815032146c714847b6f205a2653b /npc/017-3 | |
parent | 4748ec6b86a881629e23f208b7eab42d96c58734 (diff) | |
download | serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.tar.gz serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.tar.bz2 serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.tar.xz serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.zip |
Replace the reward for The Episode (Mylarin -> Savior Recipe). Minor fixes.
Now you can get 3x Mylarin and 1x Sunny Crystal.
You can use 2x Mylarin and 2x Sunny Crystal.
Diffstat (limited to 'npc/017-3')
-rw-r--r-- | npc/017-3/doctor.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-3/doctor.txt b/npc/017-3/doctor.txt index d9de506f6..5f6d62252 100644 --- a/npc/017-3/doctor.txt +++ b/npc/017-3/doctor.txt @@ -263,7 +263,7 @@ L_Cont: mesc l("The doctor quickly analyzes you with some tool. Which looks like a screwdriver? Probably just a generic scanner, though."); mesq l("Gimme a second... Yes, you seem to be fine now, very well, congratulations!"); next; - inventoryplace MylarinDust, 1; + inventoryplace SaviorBlueprint, 1; select l("Why, thank you!"), l("It was a tough fight."), @@ -352,7 +352,7 @@ L_Cont: mesn; mesq l("Keep following the path. Take this and... good luck."); getexp 300000, 0; - getitem MylarinDust, 1; + getitem SaviorBlueprint, 1; setq LoFQuest_EPISODE, 17; close; |