From bf3f47fa6cefc26ea23894f0479cf6b43e604165 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jan 2021 03:33:19 -0300 Subject: Golbarez: Limit so no more than 100 Strange Coins can be obtained during Christmas 100 Strange Coins = 3,000,000 GP --- npc/019-4-1/chief.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/019-4-1') diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index c33dc28a6..1b46c2629 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -93,7 +93,7 @@ L_Reward: /* Mostly Coins, some Merc Boxes, EXP/JExp */ /* Gift the best people at this quest, too */ getexp .@q2/4, (.@q2/1000)+.@q1; - .@coins=.@q2/10000; + .@coins=limit(0, .@q2/10000, 300); REAL_ESTATE_CREDITS+=.@q2*15/10; if (.@coins) getitem CasinoCoins, .@coins; -- cgit v1.2.3-60-g2f50