summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-25 21:36:34 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-25 21:36:34 -0300
commitea6458f2d48e2598d527cf8ce2c0c2399a3bd9d4 (patch)
tree4f2c4bec5b4261c703b5f642f3bd944001d79dd8 /db/re/item_db.conf
parenteec1826e60930e33c1f6b78fb225b4b4f17606c8 (diff)
downloadserverdata-ea6458f2d48e2598d527cf8ce2c0c2399a3bd9d4.tar.gz
serverdata-ea6458f2d48e2598d527cf8ce2c0c2399a3bd9d4.tar.bz2
serverdata-ea6458f2d48e2598d527cf8ce2c0c2399a3bd9d4.tar.xz
serverdata-ea6458f2d48e2598d527cf8ce2c0c2399a3bd9d4.zip
Acorn - Give 1~2 sagratha points, and Death Acorn should work, too
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index aa8b64500..5d68eeddd 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -189,7 +189,7 @@ item_db: (
if (rand(1,10) != 3) {
monster(.@map$, .@x, .@y, l("Oak"), 1017, 1);
$TREE_PLANTED=$TREE_PLANTED+1;
- callfunc "SaggyScoreUpdate", 1;
+ callfunc "SaggyScoreUpdate", callfunc("rand2", 1, 2);
} else {
monster(.@map$, .@x, .@y, l("Not An Oak"), SpringSquirrel, 1);
}
@@ -13736,6 +13736,7 @@ item_db: (
if (!getmapxy(.@map$, .@x, .@y, 0)) {
monster(.@map$, .@x, .@y, l("Oak"), 1017, 1);
$TREE_PLANTED=$TREE_PLANTED+1;
+ callfunc "SaggyScoreUpdate", callfunc("rand2", 1, 2);
}
}
">