summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/pre-re/item_db.conf18
-rw-r--r--npc/080-1/final.txt3
2 files changed, 20 insertions, 1 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 122112a2..a50ee1de 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -4824,6 +4824,24 @@ item_db: (
Weight: 0
ViewSprite: 5278
},
+{
+ Id: 5279
+ AegisName: "Carrot"
+ Name: "Legendary Carrot"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ ViewSprite: 5279
+ Trade: {
+ notrade: true
+ nodrop: true
+ nogstorage: true
+ nomail: true
+ noauction: true
+ noselltonpc: true
+ }
+},
/* Chest Armor */
{
Id: 523
diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt
index be3f4379..017d7c5c 100644
--- a/npc/080-1/final.txt
+++ b/npc/080-1/final.txt
@@ -45,6 +45,7 @@ OnInit:
closedialog;
end;
}
+ inventoryplace Carrot, 1;
.@gak$=instance_npcname("Gak#X21");
.@ali$=instance_npcname("Alissa#ED2");
.@m$=getmap();
@@ -110,7 +111,7 @@ OnInit:
'XMAS21CUTSCENE=false;
'XMAS21ENDING=true;
X21ED2_DOCLEAR();
- // FIXME: getitem Carrot, 1;
+ getitembound Carrot, 1, 4;
end;