diff options
-rw-r--r-- | npc/019-4-1/chief.txt | 1 | ||||
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index d0ac07fd3..006813641 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -94,6 +94,7 @@ L_Reward: /* Gift the best people at this quest, too */ getexp .@q2/4, (.@q2/1000)+.@q1; .@coins=.@q2/10000; + REAL_ESTATE_CREDITS+=.@q2*15/10; if (.@coins) getitem CasinoCoins, .@coins; if (.@coins > 3) diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index dcab8acb2..7e4bc903c 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -71,7 +71,7 @@ OnTimer300000: } } - // Min. 2 NPCs for the Lightbringer to show up + // Min. 2 PCs for the Lightbringer to show up if (!.busy) { if (.users <= 2 && !$@GM_OVERRIDE) { disablenpc .name$; |