diff options
author | Reid <reidyaro@gmail.com> | 2016-01-24 20:27:39 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-24 22:25:26 +0100 |
commit | 52b0e7b2714fe4931e65a79683c4db7228ebd80c (patch) | |
tree | 3aa2d0ceab6cb49cc2bde8804000a9c60a2fe5a9 /npc/scripts.conf | |
parent | a852cbe209ce0fff6713db3bebc485a1c6d4619b (diff) | |
download | serverdata-52b0e7b2714fe4931e65a79683c4db7228ebd80c.tar.gz serverdata-52b0e7b2714fe4931e65a79683c4db7228ebd80c.tar.bz2 serverdata-52b0e7b2714fe4931e65a79683c4db7228ebd80c.tar.xz serverdata-52b0e7b2714fe4931e65a79683c4db7228ebd80c.zip |
Improve Plush and the savepoint functions.
Add bed functions into a different file and prevent the use of unlimited heal by disallowing the feature to switch of savepoint while keeping the reservation on the INN.
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 444e1967..320bf1d3 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -20,6 +20,7 @@ npc: npc/functions/masks.txt npc: npc/functions/sailordialogue.txt npc: npc/functions/sailortalk.txt npc: npc/functions/savepoint.txt +npc: npc/functions/beds.txt npc: npc/functions/shops.txt npc: npc/functions/villagertalk.txt npc: npc/functions/npcmovegraph.txt |