summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/item_db.txt2
-rw-r--r--npc/items/PoisonedWater.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/db/item_db.txt b/db/item_db.txt
index 9bc94214..247f67bf 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -22,7 +22,7 @@
1301, Sailortanktop, Sailor tank top, 0, 5, 2000, 220, 40, , 3, , , 0, 2, 512, , 0, , 0, {}, {}, ,
1302, Sailorshirt, Sailor shirt, 0, 5, 7500, 950, 75, , 4, , , 0, 2, 512, , 0, , 0, {}, {}, ,
1800, Boots, Boots, 0, 5, 1000, 150, 30, , 1, , , 0, 2, 64, , 0, , 0, {}, {}, ,
-2000, Bracelets Bracelets, 0, 5, 2000, 500, 30, , 2, , , 0, 2, 4, , 0, , 0, {}, {}, ,
+2000, Bracelets Bracelets, 0, 5, 2000, 500, 30, , 2, , , , 2, 4, , 0, , 0, {}, {}, ,
2200, Usedshort, Used short, 0, 5, 80, 20, 35, , 2, , , 0, 2, 1, , 0, , 0, {}, {}, ,
2900, Bandana, Bandana, 0, 5, 500, 100, 13, , 1, , , 0, 2, 256, , 0, , 0, {}, {}, ,
3500, Knife, Knife, 0, 4, 50, 25, 50, 10, , , , 0, 2, 2, 1, 1, 1, 0, {}, {}, ,
diff --git a/npc/items/PoisonedWater.txt b/npc/items/PoisonedWater.txt
index 93034ef8..6986e27a 100644
--- a/npc/items/PoisonedWater.txt
+++ b/npc/items/PoisonedWater.txt
@@ -7,9 +7,9 @@
function script usePoisonedWater {
set @temp, rand(4);
if (!@temp) sc_start sc_poison, 1, 50;
- if (!@temp) message strcharinfo(0), "Debug: Poisoned";
+ if (!@temp) message strcharinfo(0);
if (@temp) itemheal 15, 0;
- if (@temp) message strcharinfo(0), "Debug: Healed";
+ if (@temp) message strcharinfo(0);
set @temp, 0;
return;
}