- Cliloc update for ArcheryButte.
- The Fountain of Life will no longer consume charges on already enhanced bandages. - Enhanced bandages produced in the Fountain of Life will now automatically stack with other enhanced bandages in the fountain. - Enhanced bandages no longer display as "clean bandage".
This commit is contained in:
parent
4a93844fbc
commit
9d7569e225
2 changed files with 24 additions and 14 deletions
|
|
@ -248,7 +248,7 @@ namespace Server.Items
|
|||
|
||||
if ( split )
|
||||
{
|
||||
PublicOverheadMessage( MessageType.Regular, 0x3B2, 1010027 + (isArrow ? 0 : 4) + area, from.Name );
|
||||
PublicOverheadMessage( MessageType.Regular, 0x3B2, 1010027 + area, String.Format( "{0}\t{1}", from.Name, isArrow ? "arrow" : "bolt" ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue