diff options
Diffstat (limited to 'world/map/npc/002-4/mine_triggerthree.txt')
-rw-r--r-- | world/map/npc/002-4/mine_triggerthree.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/002-4/mine_triggerthree.txt b/world/map/npc/002-4/mine_triggerthree.txt index 76ea8e9e..dfbb717b 100644 --- a/world/map/npc/002-4/mine_triggerthree.txt +++ b/world/map/npc/002-4/mine_triggerthree.txt @@ -12,11 +12,11 @@ if (@state == 23) goto L_Trigger_3; if (@state == 22) goto L_Trigger_Wrong_3; - mes "There is a large button on the ground. A key hole appears on the button."; + mes "There is a large button on the ground. A key hole appears on the button."; goto L_Close; L_Trigger_Wrong_3: - mes "There is a large button on the ground. A key hole appears on the button."; + mes "There is a large button on the ground. A key hole appears on the button."; menu "Put the key in, turn right.", L_Right_Wrong_3, "Put the key in, turn left.", L_Left_Wrong_3, @@ -35,7 +35,7 @@ L_Left_Wrong_3: goto L_Close; L_Trigger_3: - mes "There is a large button on the ground. A key hole appears on the button."; + mes "There is a large button on the ground. A key hole appears on the button."; menu "Put the key in, turn right.", L_Right_3, "Put the key in, turn left.", L_Left_3, |