diff options
-rw-r--r-- | npc/019-4-1/chief.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |