diff options
author | coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-09-03 10:45:16 -0300 |
---|---|---|
committer | coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-09-03 10:45:16 -0300 |
commit | 666d2337f36f761b19e410dad0dc7a6ad1953d1f (patch) | |
tree | d145de14cbce117048b58c93b31dcc0c306d4145 /world/map/npc/042-2/tanisha.txt | |
parent | 6cf18acad0b1fb4cad5aaec9b8ec8266a415ac79 (diff) | |
download | serverdata-666d2337f36f761b19e410dad0dc7a6ad1953d1f.tar.gz serverdata-666d2337f36f761b19e410dad0dc7a6ad1953d1f.tar.bz2 serverdata-666d2337f36f761b19e410dad0dc7a6ad1953d1f.tar.xz serverdata-666d2337f36f761b19e410dad0dc7a6ad1953d1f.zip |
Small fix in tanisha scrip and change the way the timer is used in caretaker's script, so it won't run forever.
Diffstat (limited to 'world/map/npc/042-2/tanisha.txt')
-rw-r--r-- | world/map/npc/042-2/tanisha.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/042-2/tanisha.txt b/world/map/npc/042-2/tanisha.txt index a4bbeb13..45f6e027 100644 --- a/world/map/npc/042-2/tanisha.txt +++ b/world/map/npc/042-2/tanisha.txt @@ -265,7 +265,7 @@ L_NoHeal: set $@TUT_MAGGOT, $@TUT_MAGGOT - 1; if ($@TUT_MAGGOT == 0) stopnpctimer; if ($@TUT_MAGGOT == 0) setnpctimer 0; - close; + end; onMaggotDeath: if (@maggot == 1) message strcharinfo(0), "Tanisha: Aaahhhh... another one! It will crawl up your legs!"; |