diff options
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 | ||||
-rw-r--r-- | npc/sec_pri/jailer.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 864720702..95ef8b113 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -162,7 +162,7 @@ function Challenge { menuint l("Sorry, I misclicked the first button. Have a nice nap, great Crazyfefe!"), -1, - rif(is_gm() || $EVENT$ == "Candor", l("WHAT ARE WE WAITING FOR?! START ALREADY!")), 0, + rif(is_gm() || $EVENT$ == "Candor" || getusers(1) == getmapusers("006-1"), l("WHAT ARE WE WAITING FOR?! START ALREADY!")), 0, l("Yeah, I have the money. Give me FIVE minutes, and Bring it on!"), 5, l("Yeah, I have the money. Give me TEN minutes, and Bring it on!"), 10, l("Yeah, I have the money. Give me FIFTEEN minutes, and Bring it on!"), 15, diff --git a/npc/sec_pri/jailer.txt b/npc/sec_pri/jailer.txt index 751558f8b..ea6af5b07 100644 --- a/npc/sec_pri/jailer.txt +++ b/npc/sec_pri/jailer.txt @@ -39,6 +39,7 @@ sec_pri,22,21,0 script Warp Feltchstick NPC_PLAYER,{ closeclientdialog; // TODO: Say some random anecdote, maybe steal from Confused Tree + Elli // Using npctalk3 + legiontalk(); } close; |