summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-28 23:30:42 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-28 23:30:42 -0300
commiteda7b4aa8da19f04f89156c1d4531ee7b344e6e4 (patch)
tree6d6893950ab9a9de0821669340076b47d8ec940a
parent4a028794cb0484d895de55f36caa00f084ea65ae (diff)
downloadserverdata-eda7b4aa8da19f04f89156c1d4531ee7b344e6e4.tar.gz
serverdata-eda7b4aa8da19f04f89156c1d4531ee7b344e6e4.tar.bz2
serverdata-eda7b4aa8da19f04f89156c1d4531ee7b344e6e4.tar.xz
serverdata-eda7b4aa8da19f04f89156c1d4531ee7b344e6e4.zip
Saxso's Chest is now repeatable
-rw-r--r--npc/005-2/saxsochest.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/005-2/saxsochest.txt b/npc/005-2/saxsochest.txt
index 591372e4f..cc2a24291 100644
--- a/npc/005-2/saxsochest.txt
+++ b/npc/005-2/saxsochest.txt
@@ -7,8 +7,7 @@
005-2,44,41,0 script Saxso Chest NPC_NO_SPRITE,{
function quest_completed {
- speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("you already opened the chest.");
+ TreasureBox(100, .key); // 1.0% bonus over common chests
close;
}