diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-12 20:57:52 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-12 21:06:21 +0100 |
commit | d66e5af9f0024f897a8d239aa5100b30c487a45b (patch) | |
tree | 464f99effaf237ec979e55eac922c9ee8f524fac /npc/015-3/barrier.txt | |
parent | f91d834dbf58b44af5a6fc8e903aa8f4d654c496 (diff) | |
download | serverdata-d66e5af9f0024f897a8d239aa5100b30c487a45b.tar.gz serverdata-d66e5af9f0024f897a8d239aa5100b30c487a45b.tar.bz2 serverdata-d66e5af9f0024f897a8d239aa5100b30c487a45b.tar.xz serverdata-d66e5af9f0024f897a8d239aa5100b30c487a45b.zip |
Added long corridor to cat cave
So that you can't click on the pot while standing in the entrance. Also
removed one spider since getting killed while talking to an NPC is buggy
on the client.
Diffstat (limited to 'npc/015-3/barrier.txt')
-rw-r--r-- | npc/015-3/barrier.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-3/barrier.txt b/npc/015-3/barrier.txt index 4039e9f5..3abffbb1 100644 --- a/npc/015-3/barrier.txt +++ b/npc/015-3/barrier.txt @@ -1,7 +1,7 @@ // You can only enter the cat cave naked, otherwise the cat's reaction scares // you away. You can also get in while wearing the cat ears. -015-3.gat,31,36,0 script #CatCaveBarrier 127,1,1,{ +015-3.gat,31,42,0 script #CatCaveBarrier 127,1,1,{ if (getequipid(equip_head) != 1217 && (getequipid(equip_head) > 0 || getequipid(equip_shield) > 0 || |