diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-12-18 21:37:06 +0200 |
---|---|---|
committer | Joseph Botosh <rumly111@gmail.com> | 2016-01-27 21:48:47 +0200 |
commit | 2d4b24d5cb51de6ec8ec3639cb768776084cd421 (patch) | |
tree | 68101a79ba5e61c132e9fe1ec69ef8460f8c50a1 /world/map/npc/functions/soul_menhir.txt | |
parent | a9bce8e7c28b67548dd2d801459b4014d242abbc (diff) | |
download | serverdata-2d4b24d5cb51de6ec8ec3639cb768776084cd421.tar.gz serverdata-2d4b24d5cb51de6ec8ec3639cb768776084cd421.tar.bz2 serverdata-2d4b24d5cb51de6ec8ec3639cb768776084cd421.tar.xz serverdata-2d4b24d5cb51de6ec8ec3639cb768776084cd421.zip |
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.)"; |