diff options
Diffstat (limited to 'npc/001-1_Tulimshar/guide.txt')
-rw-r--r-- | npc/001-1_Tulimshar/guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/guide.txt b/npc/001-1_Tulimshar/guide.txt index b7f999c7..651a658f 100644 --- a/npc/001-1_Tulimshar/guide.txt +++ b/npc/001-1_Tulimshar/guide.txt @@ -166,7 +166,7 @@ L_TooMany: return; OnTouch: - if (TUT_var & 1 == 1) close; + if (TUT_var != 0) close; callfunc "GameRules"; mes "Ian, the trainer, can help you get to know the game."; close; |