diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-04 20:38:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-04 20:38:23 -0300 |
commit | 1fcd2fc36ffa3154391735d96dc5f5533de9944d (patch) | |
tree | 0f198b73ef493f0bc432454d5894deda1ca8da98 /npc/craft | |
parent | 501f978c07fe86a9a6048992b244356295e26eb5 (diff) | |
download | serverdata-1fcd2fc36ffa3154391735d96dc5f5533de9944d.tar.gz serverdata-1fcd2fc36ffa3154391735d96dc5f5533de9944d.tar.bz2 serverdata-1fcd2fc36ffa3154391735d96dc5f5533de9944d.tar.xz serverdata-1fcd2fc36ffa3154391735d96dc5f5533de9944d.zip |
By the World's Hero request, Nicholas will now remove item options by request.
Diffstat (limited to 'npc/craft')
-rw-r--r-- | npc/craft/tweak.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/craft/tweak.txt b/npc/craft/tweak.txt index 9888b44c3..1124aface 100644 --- a/npc/craft/tweak.txt +++ b/npc/craft/tweak.txt @@ -9,6 +9,7 @@ // Usage: SmithTweakReset () // Asks if player wants to remove an item options. And remove them. function script SmithTweakReset { + mesc b(l("You are REMOVING an item option.")), 1; mesc l("Note: This action cannot be undone."), 1; mes l("Drag and drop here the item you want to remove the options."); |