diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-13 17:40:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-13 17:40:47 -0300 |
commit | 1f514c029f11311c6785cd017fc219005bf5f981 (patch) | |
tree | 7baa3f84e19c89727f850444bf07715e676563fe | |
parent | 4ce828feccc71ee873cf323325ff3f0352493147 (diff) | |
download | serverdata-1f514c029f11311c6785cd017fc219005bf5f981.tar.gz serverdata-1f514c029f11311c6785cd017fc219005bf5f981.tar.bz2 serverdata-1f514c029f11311c6785cd017fc219005bf5f981.tar.xz serverdata-1f514c029f11311c6785cd017fc219005bf5f981.zip |
Break 052-1 door repel X axis.
This prevents people to accidentaly trying to walk in through the door
before time and dying for keeping the up arrow pressed.
-rw-r--r-- | world/map/npc/052-1/channelling.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/052-1/channelling.txt b/world/map/npc/052-1/channelling.txt index 5eb3dfbf..59628d0b 100644 --- a/world/map/npc/052-1/channelling.txt +++ b/world/map/npc/052-1/channelling.txt @@ -32,7 +32,7 @@ L_ShouldNotBeHere: end; L_PushBack: - warp "052-1", 57, 34; + warp "052-1", 58, 34; heal ((MaxHp/100) * -20), 0; message strcharinfo(0), "You are pushed back violently. There is probably some way to break this barrier."; mes "You are pushed back violently."; |