diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-07-08 19:34:06 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-07-08 20:22:22 -0400 |
commit | e45b62a09b9e3391d682bbf34f997d623d6004fe (patch) | |
tree | 017def936478299eba0eab38abe10471f702f43d /npc/scripts.conf | |
parent | c94cc7043c255ac8b05494018eccffffe03ac9b7 (diff) | |
download | serverdata-e45b62a09b9e3391d682bbf34f997d623d6004fe.tar.gz serverdata-e45b62a09b9e3391d682bbf34f997d623d6004fe.tar.bz2 serverdata-e45b62a09b9e3391d682bbf34f997d623d6004fe.tar.xz serverdata-e45b62a09b9e3391d682bbf34f997d623d6004fe.zip |
Adds the evil obelisk function, which summons evil monsters for a price
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 b61e0c62..ca45c7fe 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -13,6 +13,7 @@ npc: npc/functions/process_equip.txt npc: npc/functions/slot_machine.txt npc: npc/functions/soul_menhir.txt npc: npc/functions/water_bottle.txt +npc: npc/functions/evil_obelisk.txt // Item Functions npc: npc/items/purification_potion.txt |