diff options
-rw-r--r-- | npc/019-4-1/chief.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index 7e790a337..a8beecd45 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -154,10 +154,11 @@ L_Reward: L_Main: .@q=getq2(SQuest_Christmas); - // How did you even reach here in first place? - if (BaseLevel < 20) { - mesn; - mesq l("The stolen christmas boxes!! Christmas is RUINED!!!"); + // + if (!getq(General_Narrator)) { + mesn; + mesq l("The stolen christmas boxes!! Christmas is RUINED!!!"); + mesc l("You should complete Candor Prologue before participating on this quest."); close; } mesn; |