diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-03 10:35:21 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-03 10:37:25 +0200 |
commit | b6cb68c9ad611354a97d3c397846c82e6bc7b4ff (patch) | |
tree | cb05086d4d9b5720b5a6166ae0a572e327dd4d27 /world/map/npc/042-2/tanisha.txt | |
parent | 68bd50cba8dc9c46d438a31d6184a4fd18c8057a (diff) | |
download | serverdata-b6cb68c9ad611354a97d3c397846c82e6bc7b4ff.tar.gz serverdata-b6cb68c9ad611354a97d3c397846c82e6bc7b4ff.tar.bz2 serverdata-b6cb68c9ad611354a97d3c397846c82e6bc7b4ff.tar.xz serverdata-b6cb68c9ad611354a97d3c397846c82e6bc7b4ff.zip |
temporary fix for the tutorial until hasan can be enabled againv2011.09.03.1
Diffstat (limited to 'world/map/npc/042-2/tanisha.txt')
-rw-r--r-- | world/map/npc/042-2/tanisha.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/world/map/npc/042-2/tanisha.txt b/world/map/npc/042-2/tanisha.txt index a4bbeb13..e11fb90a 100644 --- a/world/map/npc/042-2/tanisha.txt +++ b/world/map/npc/042-2/tanisha.txt @@ -114,6 +114,7 @@ L_Advice: emotion 3; if (tanisha == 3) set tanisha, 4; + goto L_TemporaryFix; close; L_Again: @@ -227,6 +228,15 @@ L_Fail: set $@TUT_MAGGOT, $@TUT_MAGGOT + 1; close; +L_TemporaryFix: // TODO: remove later + set hasan, 0; + set kaan, 0; + set sorfina, 0; + set tanisha, 0; + set maggot, 0; + set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; + close; + L_Fighting: message strcharinfo(0), "Tanisha: I believe in you!"; end; |