diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-10-29 00:42:41 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-10-29 00:42:41 +0000 |
commit | b1975db8f1d17d1286cf8bccf4da8676b6f35129 (patch) | |
tree | f694759023ed699b077fbe3d06247230a2ae3629 | |
parent | bbcc16c3fb3aceda056987896f21904537f35c44 (diff) | |
parent | 102169c9af04e516ea6ae0283da44ee1f3933e49 (diff) | |
download | serverdata-b1975db8f1d17d1286cf8bccf4da8676b6f35129.tar.gz serverdata-b1975db8f1d17d1286cf8bccf4da8676b6f35129.tar.bz2 serverdata-b1975db8f1d17d1286cf8bccf4da8676b6f35129.tar.xz serverdata-b1975db8f1d17d1286cf8bccf4da8676b6f35129.zip |
Merge branch 'bottlesFromStranger' into 'master'
Stranger now returns the emptied bottle to player
See merge request legacy/serverdata!684
-rw-r--r-- | world/map/npc/002-2/stranger.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/002-2/stranger.txt b/world/map/npc/002-2/stranger.txt index 9616763b..ae26b8fb 100644 --- a/world/map/npc/002-2/stranger.txt +++ b/world/map/npc/002-2/stranger.txt @@ -367,6 +367,7 @@ L_DyeTowel: delitem @towelReq$[@towelCheckCount], 1; delitem "BottleOfWater", 1; getitem @warpTowelName$, 1; + getitem "EmptyBottle", 1; mes "He takes your towel, the water and the gem powder, then he turns away and does something you can't see. After a few minutes, he turns to you again."; next; mes "[Stranger]"; |