diff options
-rw-r--r-- | npc/005-7/trainer.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 65c30a993..efdcc1491 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -238,7 +238,8 @@ L_ExplicaBagagem: mes "##B"+l("Remember that some equipment sets will give you hidden stat bonuses! So dress yourself in a fashion way, if possible!")+"##b"; next; mesn; - mes l("To discard an item you no longer want, select it and press the 'Discard' button. Generic items can be discarded or sold. But equipment can only be sold."); + mes l("To discard an item you no longer want, select it and press the 'Discard' button. Generic items can be discarded or sold."); + mes l("Some special items cannot be traded, discarded, nor sold. With a right click, you can also protect normal items as if they were special ones."); next; mesn; mes l("There are three types of items."); |