diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-15 18:25:37 +0200 |
---|---|---|
committer | Ali-G <gauvain.dauchy@free.fr> | 2011-06-15 18:25:37 +0200 |
commit | 342f9f4f9087f03d4418d11ca25df213d9817e1a (patch) | |
tree | 7582dbb9ada38364911ec995fbc3aed31c4603ce /npc/025-3/barriers.txt | |
parent | a2a471584659a0b963b6f2143a1b65bc43521beb (diff) | |
download | serverdata-342f9f4f9087f03d4418d11ca25df213d9817e1a.tar.gz serverdata-342f9f4f9087f03d4418d11ca25df213d9817e1a.tar.bz2 serverdata-342f9f4f9087f03d4418d11ca25df213d9817e1a.tar.xz serverdata-342f9f4f9087f03d4418d11ca25df213d9817e1a.zip |
Renamed a file and gave a use to the chests.
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); |