diff options
-rw-r--r-- | npc/025-3/barriers.txt | 4 | ||||
-rw-r--r-- | npc/025-4/_import.txt | 2 | ||||
-rw-r--r-- | npc/025-4/battlecaves.txt (renamed from npc/025-4/Battlecaves.txt) | 0 |
3 files changed, 3 insertions, 3 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); diff --git a/npc/025-4/_import.txt b/npc/025-4/_import.txt index ac773656..d4c5c8e4 100644 --- a/npc/025-4/_import.txt +++ b/npc/025-4/_import.txt @@ -1,7 +1,7 @@ // Map 025-4: // This file is generated automatically. All manually changes will be removed when running the Converter. map: 025-4.gat -npc: npc/025-4/Battlecaves.txt +npc: npc/025-4/battlecaves.txt npc: npc/025-4/_mobs.txt npc: npc/025-4/_warps.txt npc: npc/025-4/clauquer.txt diff --git a/npc/025-4/Battlecaves.txt b/npc/025-4/battlecaves.txt index eb87011e..eb87011e 100644 --- a/npc/025-4/Battlecaves.txt +++ b/npc/025-4/battlecaves.txt |