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/functions/soul_menhir.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/functions/soul_menhir.txt')
-rw-r--r-- | world/map/npc/functions/soul_menhir.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/world/map/npc/functions/soul_menhir.txt b/world/map/npc/functions/soul_menhir.txt index 6c2c1c17..9d6f04ce 100644 --- a/world/map/npc/functions/soul_menhir.txt +++ b/world/map/npc/functions/soul_menhir.txt @@ -11,7 +11,6 @@ function|script|SoulMenhir L_Towel: if (TowelLastUsed > (gettimetick(2) - 1800)) goto L_DontPanic; - callfunc "MultiWarpTowel"; set TowelLastUsed, gettimetick(2); mes "[Soul Menhir]"; mes "(You touch the mysterious stone. Somehow it feels hard and soft at the same time.)"; |