diff options
author | Stefan Dombrowski <stefan@uni-bonn.de> | 2012-02-03 00:39:13 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-02-03 15:52:51 +0100 |
commit | e659f757b4fc75d63993577134b0c7cec6df3cec (patch) | |
tree | 17f4433a403145676d839067f33db81ae0254aec /world/map/npc/031-1 | |
parent | 00cdd288ead37d3d81173454c91f2e9e79126679 (diff) | |
download | serverdata-e659f757b4fc75d63993577134b0c7cec6df3cec.tar.gz serverdata-e659f757b4fc75d63993577134b0c7cec6df3cec.tar.bz2 serverdata-e659f757b4fc75d63993577134b0c7cec6df3cec.tar.xz serverdata-e659f757b4fc75d63993577134b0c7cec6df3cec.zip |
Making doors and docks unclickable
Diffstat (limited to 'world/map/npc/031-1')
-rw-r--r-- | world/map/npc/031-1/house.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/031-1/house.txt b/world/map/npc/031-1/house.txt index f6e5c299..70093c3f 100644 --- a/world/map/npc/031-1/house.txt +++ b/world/map/npc/031-1/house.txt @@ -2,7 +2,7 @@ // player can enter, if Cindy is already saved and the player has been invited, quest status > 2 // author: Jenalya -031-1.gat,95,80,0|script|#Door|127,1,1,{ +031-1.gat,95,80,0|script|#Door|45,1,1,{ set @Q_Nivalis_state_MASK, NIBBLE_5_MASK; set @Q_Nivalis_state_SHIFT, NIBBLE_5_SHIFT; |