diff options
author | gumi <git@gumi.ca> | 2018-02-17 11:56:12 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-02-17 11:56:12 -0500 |
commit | dc55c5f61922628494c2698abac0719fec7aa9f4 (patch) | |
tree | a84299053023833a0e6b9df14c544f4c6b8866dc /world/map/npc/scripts.conf | |
parent | 8ca42e79e5f117546cb9197c0c673f44bf3e47da (diff) | |
download | serverdata-dc55c5f61922628494c2698abac0719fec7aa9f4.tar.gz serverdata-dc55c5f61922628494c2698abac0719fec7aa9f4.tar.bz2 serverdata-dc55c5f61922628494c2698abac0719fec7aa9f4.tar.xz serverdata-dc55c5f61922628494c2698abac0719fec7aa9f4.zip |
spawn a ghost when players die in the graveyard
Diffstat (limited to 'world/map/npc/scripts.conf')
-rw-r--r-- | world/map/npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/scripts.conf b/world/map/npc/scripts.conf index 25fba83b..ba48049d 100644 --- a/world/map/npc/scripts.conf +++ b/world/map/npc/scripts.conf @@ -29,6 +29,7 @@ npc: npc/functions/dynamic_menu.txt npc: npc/functions/DyeConfig.txt npc: npc/functions/motd.txt npc: npc/functions/motdconfig.txt +npc: npc/functions/ghost.txt // Item Functions npc: npc/items/purification_potion.txt |