diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-21 19:00:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-21 19:00:46 -0300 |
commit | d86d3962425cac9680058bf7b2e058e3027cbaf1 (patch) | |
tree | 52967cef088d50252f12aa3c33a499d96e6eefca | |
parent | a4c34b9db2338de34363c4736358175c5b44ca7d (diff) | |
download | serverdata-d86d3962425cac9680058bf7b2e058e3027cbaf1.tar.gz serverdata-d86d3962425cac9680058bf7b2e058e3027cbaf1.tar.bz2 serverdata-d86d3962425cac9680058bf7b2e058e3027cbaf1.tar.xz serverdata-d86d3962425cac9680058bf7b2e058e3027cbaf1.zip |
It is theoretically possible to fail to Golbanez garner 100k GP.
If this happens then most prizes are not given, so make sure script won't explode
-rw-r--r-- | npc/019-4-1/chief.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index 33019302d..a05cfa83a 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -109,6 +109,7 @@ L_Reward: // Blueprints .@bp_total=.@q2/15000; // Price of an Ancient Blueprint .@bp_rank=0; + .@bp_gift=Acorn; // Event: Supreme (5 Mi) if ($XMAS_MONEY >= 5000000) { |