summaryrefslogtreecommitdiff
path: root/npc/025-1/reset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/reset.txt')
-rw-r--r--npc/025-1/reset.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/025-1/reset.txt b/npc/025-1/reset.txt
index 2432587a..1b33a573 100644
--- a/npc/025-1/reset.txt
+++ b/npc/025-1/reset.txt
@@ -5,6 +5,7 @@
menu
"Reset every variable of the quest.", -,
"Set Rossy_Quest.", L_Set,
+ "Possibility to enter caves.", L_Poss,
"Pass all caves except boss cave.", L_Pass,
"Reset Alrd_Been.", L_reSet,
"Do not reset.", L_No;
@@ -37,4 +38,8 @@ L_Pass:
set cavefights, (cavefights ^ BATTLE_CAVE8);
set cavefights, (cavefights ^ BATTLE_CAVE9);
close;
+
+L_Poss:
+ set Rossy_Quest, 15;
+ close;
}