diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-07-07 17:26:59 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-07-07 17:26:59 -0600 |
commit | 569a80a41e617ddbaae38faab9892bcfde103e98 (patch) | |
tree | fb4a69b763d57fc0dba1a916aa3d4588e3bc4dad /npc/021-1_Tulimshar | |
parent | 0c01a46ef597da12e9c555d777aeb2582c69d228 (diff) | |
download | serverdata-569a80a41e617ddbaae38faab9892bcfde103e98.tar.gz serverdata-569a80a41e617ddbaae38faab9892bcfde103e98.tar.bz2 serverdata-569a80a41e617ddbaae38faab9892bcfde103e98.tar.xz serverdata-569a80a41e617ddbaae38faab9892bcfde103e98.zip |
Add a well to fill empty bottles with water
More wells will be added later. Also fix an indentation error in the
banker function.
Diffstat (limited to 'npc/021-1_Tulimshar')
-rw-r--r-- | npc/021-1_Tulimshar/north_shops.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/021-1_Tulimshar/north_shops.txt b/npc/021-1_Tulimshar/north_shops.txt index 6d38531c..333b88e1 100644 --- a/npc/021-1_Tulimshar/north_shops.txt +++ b/npc/021-1_Tulimshar/north_shops.txt @@ -33,6 +33,10 @@ close; } +021-1.gat,129,40,0 script Well 127,{ + callfunc "WaterBottle"; +} + // An officer (for security) 021-1.gat,130,38,0 script Officer 150,{ mes "[Officer]"; |