diff options
Diffstat (limited to 'world/map/npc/029-2/tanisha.txt')
-rw-r--r-- | world/map/npc/029-2/tanisha.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/029-2/tanisha.txt b/world/map/npc/029-2/tanisha.txt index 012f93ff..d69195a5 100644 --- a/world/map/npc/029-2/tanisha.txt +++ b/world/map/npc/029-2/tanisha.txt @@ -95,6 +95,7 @@ L_Stats: mes "\"And it seems you became stronger and more experienced."; mes "That means you got some status points which you can use to increase your abilities.\""; mes "\"Press [###keyWindowStatus;] or click the Status button in the bar at the upper right to see your status window. There you can distribute your points on six different properties.\""; + mapmask getmask() | 2; next; goto L_StatsRe; @@ -279,6 +280,7 @@ OnTouch: goto L_Block; L_Warp: + mapmask getmask(); warp "029-1", 32, 100; end; |