diff options
Diffstat (limited to 'npc/005-1/warpcandorbattle.txt')
-rw-r--r-- | npc/005-1/warpcandorbattle.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/warpcandorbattle.txt b/npc/005-1/warpcandorbattle.txt index b120da174..67dc0a00f 100644 --- a/npc/005-1/warpcandorbattle.txt +++ b/npc/005-1/warpcandorbattle.txt @@ -7,9 +7,9 @@ end; OnTouch: - if (BaseLevel >= 40 && !$@FEFE_CAVE_LEVEL) + if (BaseLevel >= 30 && !$@FEFE_CAVE_LEVEL) warp "006-1", 49, 53; - else if (BaseLevel < 40) + else if (BaseLevel < 30) npctalk3 l("You don't have the required level to pass this barrier."); else npctalk3 l("You can't pass this barrier while people are fighting inside!"); |