diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-01 11:48:15 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-01 11:48:15 -0500 |
commit | a6777719c6276c657c24a7ea272b58723ad974f9 (patch) | |
tree | 6073581d819b686b5577564ec0fa5187b49de0c4 /world/map/npc/002-2/stranger.txt | |
parent | 3505ebd9e1ba7f7773d04b0c0a7aa717142324eb (diff) | |
parent | 7f40ee23eab1217e8761c2c04e3120ab1e06ada1 (diff) | |
download | serverdata-a6777719c6276c657c24a7ea272b58723ad974f9.tar.gz serverdata-a6777719c6276c657c24a7ea272b58723ad974f9.tar.bz2 serverdata-a6777719c6276c657c24a7ea272b58723ad974f9.tar.xz serverdata-a6777719c6276c657c24a7ea272b58723ad974f9.zip |
Merge pull request #453 from rumly111/noremovetowels
Don't remove towels from inventory on usage
Diffstat (limited to 'world/map/npc/002-2/stranger.txt')
-rw-r--r-- | world/map/npc/002-2/stranger.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/world/map/npc/002-2/stranger.txt b/world/map/npc/002-2/stranger.txt index c1d4699e..0b47e716 100644 --- a/world/map/npc/002-2/stranger.txt +++ b/world/map/npc/002-2/stranger.txt @@ -420,7 +420,6 @@ L_DeletePowder: L_DyeTowel: delitem @towelReq$[@towelCheckCount], 1; - callfunc "MultiWarpTowel"; delitem "BottleOfWater", 1; getitem @warpTowelName$, 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."; |