diff options
author | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-06-19 15:54:57 -0300 |
---|---|---|
committer | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-06-19 15:54:57 -0300 |
commit | 319f80526f8585ecadaec986e37c9bd326f4d363 (patch) | |
tree | a0cefbc5cc6a5c3b261aa6b7b40664eb6e2fa2a3 /npc/025-3 | |
parent | abdf61d0afbd7083b150c6103e7d467771bd4a73 (diff) | |
download | serverdata-319f80526f8585ecadaec986e37c9bd326f4d363.tar.gz serverdata-319f80526f8585ecadaec986e37c9bd326f4d363.tar.bz2 serverdata-319f80526f8585ecadaec986e37c9bd326f4d363.tar.xz serverdata-319f80526f8585ecadaec986e37c9bd326f4d363.zip |
Fixes a bug that allows the player to access the battle menu after starting it.
Diffstat (limited to 'npc/025-3')
-rw-r--r-- | npc/025-3/barriers.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/025-3/barriers.txt b/npc/025-3/barriers.txt index 68644eb4..46048298 100644 --- a/npc/025-3/barriers.txt +++ b/npc/025-3/barriers.txt @@ -895,7 +895,6 @@ L_AlreadyClean: L_Hurt: message strcharinfo(0), "As you try to enter, you bump into a magic barrier. Its force pushes you back, hurting you badly."; - message strcharinfo(0), @barrier_force; percentheal @barrier_force * 10, 0; warp "025-3.gat", 77, 164; end; |