diff options
Diffstat (limited to 'npc')
-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 778ce5682..4e449e21e 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -94,7 +94,7 @@ L_Reward: /* Gift the best people at this quest, too */ getexp .@q2/4, (.@q2/1000)+.@q1; .@coins=limit(0, .@q2/10000, 300); - .@overf=limit(0, (.@q2-3000000)/5000, 500); + .@overf=limit(0, (.@q2-3000000)/5000, 1400); REAL_ESTATE_CREDITS+=.@q2*15/10; if (.@coins) getitem CasinoCoins, .@coins; |