diff options
Diffstat (limited to 'npc/025-3/barriers.txt')
-rw-r--r-- | npc/025-3/barriers.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/025-3/barriers.txt b/npc/025-3/barriers.txt index cb69aac3..bac28c8a 100644 --- a/npc/025-3/barriers.txt +++ b/npc/025-3/barriers.txt @@ -846,11 +846,11 @@ L_AlreadyClean: //Check if you can enter this cave if (cavefights & BATTLE_CAVE1 && cavefights & BATTLE_CAVE2 && cavefights & BATTLE_CAVE3 && cavefights & BATTLE_CAVE4 && cavefights & BATTLE_CAVE5 && cavefights & BATTLE_CAVE6 && cavefights & BATTLE_CAVE7 && cavefights & BATTLE_CAVE8 && cavefights & BATTLE_CAVE9) goto L_StartFight; - message strcharinfo(0), "It feels like something terrible is lurking inside this cave... But don't have enough of a particular force to enter, you are too frightened."; + message strcharinfo(0), "As you try to enter, you bump into an invisible door. You can feel a total of nince small lockets."; end; L_StartFight: - message strcharinfo(0), "You hear screams, they seem to be very close from where you stand."; + message strcharinfo(0), "You insert the nine tiny keys you collected but as you enter, you hear screams that seem to be very close."; set $@battlebosscave, 1; warp "025-4.gat", 157, 46; set $@cave10fighter$, strcharinfo(0); |