diff options
Diffstat (limited to 'npc/craft/options.txt')
-rw-r--r-- | npc/craft/options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt index a4a7b4c39..0466d20b9 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -311,6 +311,7 @@ function script csys_Confirm { return false; mesc l("Really try to tweak this item? All current options will be deleted."); + mesc l("NOTE: You're tweaking a(n): @@", getinvindexlink(.@id)); next; if (askyesno() == ASK_NO) return false; |