summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/item_db.txt4
-rw-r--r--npc/000-2-1/chest.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/db/item_db.txt b/db/item_db.txt
index 156ec798..cb9704de 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -39,12 +39,12 @@
720, BatsTeeth, Bat's Teeth, 0, 3, 48, 12, 10, , , , , , , , , , , 0, {}, {} {}
721, OuftisWing, Oufti's Wing, 0, 3, 60, 15, 6, , , , , , , , , , , 0, {}, {} {}
722, Pumpkin, Pumpkin, 0, 3, 160, 40, 100, , , , , , , , , , , 0, {}, {} {}
-1300, WornShirt, Worn Shirt, 0, 5, 100, 25, 50, , 2, , , 0, 2, 512, , 0, , 0, {}, {} {}
+1300, CreasedShirt, Creased Shirt, 0, 5, 100, 25, 50, , 2, , , 0, 2, 512, , 0, , 0, {}, {} {}
1301, SailorTankTop, Sailor Tank Top, 0, 5, 1000, 250, 40, , 3, , , 0, 2, 512, , 0, , 0, {}, {} {}
1302, SailorShirt, Sailor Shirt, 0, 5, 3800, 950, 75, , 4, , , 0, 2, 512, , 0, , 0, {}, {} {}
1800, LousyMoccasin, Lousy Moccasin, 0, 5, 380, 90, 25, , 1, , , 0, 2, 64, , 0, , 0, {}, {} {}
2000, Armbands, Armbands, 0, 5, 1000, 250, 30, , 1, , , 0, 2, 4, , 0, , 0, {}, {} {}
-2200, WornShorts, Worn Shorts, 0, 5, 100, 25, 35, , 2, , , 0, 2, 1, , 0, , 0, {}, {} {}
+2200, CreasedShorts, Creased Shorts, 0, 5, 100, 25, 35, , 2, , , 0, 2, 1, , 0, , 0, {}, {} {}
2900, Bandana, Bandana, 0, 5, 400, 100, 13, , 1, , , 0, 2, 256, , 0, , 0, {}, {} {}
2901, PumpkinHat, Pumpkin Hat, 0, 5, 800, 200, 90, , 3, , , 0, 2, 256, , 0, , 0, {}, {} {}
2902, FancyHat, Fancy Hat, 0, 5, 400, 100, 13, , 1, , , 0, 2, 256, , 0, , 0, {}, {} {}
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index 47af50c0..fa588120 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -23,8 +23,8 @@
l_Give:
if (@q > 1) goto l_Close;
setq ShipQuests_Arpan, 2;
- getitem "WornShirt", 1;
- getitem "WornShorts", 1;
+ getitem "CrasedShirt", 1;
+ getitem "CreasedShorts", 1;
message strcharinfo(0), l("You take the clothes from the chest.");
close;