From ea6458f2d48e2598d527cf8ce2c0c2399a3bd9d4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 25 Aug 2019 21:36:34 -0300 Subject: Acorn - Give 1~2 sagratha points, and Death Acorn should work, too --- db/re/item_db.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db') 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); } } "> -- cgit v1.2.3-60-g2f50