diff options
-rw-r--r-- | npc/015-2/ben.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt index 4f81e196c..920526ffc 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -50,7 +50,7 @@ L_Recruit: mesn; mesq l("You seem to be doing some money. Would you consider fighting for your own greed, or even be a Robin-Hood-of-sorts, stealing from the rich?"); //mesc l("Notice: If you join the ##BBandits Guild##b now, you WON'T BE ABLE to be a merchant police later!"), 1; - mesc l("Note: You won't be able to leave the class later."), 1; + //mesc l("Note: You won't be able to leave the class later."), 1; next; if (askyesno() == ASK_YES) { THIEF_EXP=0; |