summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/items/shovel.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 303f0d6f2..a78b91ce3 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -12258,7 +12258,7 @@ item_db: (
{
Id: 7142
AegisName: "Item7142"
- Name: "Item 7142"
+ Name: "Item 7142" // Embryo
},
{
Id: 7400
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt
index f528764c0..f414cd055 100644
--- a/npc/items/shovel.txt
+++ b/npc/items/shovel.txt
@@ -392,6 +392,8 @@ function script shovel_randomtreasure {
Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst);
delitem TreasureMap, 1;
.@amount=any(1,1,2);
+ if (.@id == TreasureKey || .@id == CoinBag)
+ .@amount+=any(0,1,0,1,2);
getitem .@id, .@amount;
ShovelQuests_AssignedMAP$="";
ShovelQuests_AssignedX=0;