diff options
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r-- | npc/012-5/nicholas.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 23d66cdb5..426733d56 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -113,7 +113,8 @@ L_Menu: goto L_Quiver; case 5: mesn; - mesc l("Are you sure? I don't know for what crazy reason you might want to do this, there is absolutely no benefit to this. I think you just selected the wrong option."), 1; + mesc b(l("You are REMOVING an item option.")), 1; + mesq col(b(l("Are you sure?"))+" "+l("I don't know for what crazy reason you might want to do this, there is absolutely no benefit to this. I think you just selected the wrong option."), 1); next; if (askyesno() == ASK_NO) { mes ""; |