massive branch sync part 2
This commit is contained in:
parent
b3e8ec0a08
commit
f6fcf02fe9
14 changed files with 526 additions and 241 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Server.Items;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Server.Items;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ namespace Server.Mobiles
|
|||
{
|
||||
public InternalBuyInfo()
|
||||
{
|
||||
|
||||
Add( new BeverageBuyInfo( typeof( BeverageBottle ), BeverageType.Ale, 7, 20, 0x99F, 0 ) );
|
||||
Add( new BeverageBuyInfo( typeof( BeverageBottle ), BeverageType.Wine, 7, 20, 0x9C7, 0 ) );
|
||||
Add( new BeverageBuyInfo( typeof( BeverageBottle ), BeverageType.Liquor, 7, 20, 0x99B, 0 ) );
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ namespace Server.Mobiles
|
|||
public class InternalBuyInfo : List<GenericBuyInfo>
|
||||
{
|
||||
public InternalBuyInfo()
|
||||
{
|
||||
{
|
||||
Add( new GenericBuyInfo( typeof( Bacon ), 7, 20, 0x979, 0 ) );
|
||||
Add( new GenericBuyInfo( typeof( Ham ), 26, 20, 0x9C9, 0 ) );
|
||||
Add( new GenericBuyInfo( typeof( Sausage ), 18, 20, 0x9C0, 0 ) );
|
||||
|
|
@ -28,7 +28,7 @@ namespace Server.Mobiles
|
|||
Add( new GenericBuyInfo( typeof( RawLambLeg ), 9, 20, 0x1609, 0 ) );
|
||||
Add( new GenericBuyInfo( typeof( RawRibs ), 16, 20, 0x9F1, 0 ) );
|
||||
Add( new GenericBuyInfo( typeof( ButcherKnife ), 13, 20, 0x13F6, 0 ) );
|
||||
Add( new GenericBuyInfo( typeof( Cleaver ), 13, 20, 0xEC3, 0 ) );
|
||||
Add( new GenericBuyInfo( typeof( Cleaver ), 13, 20, 0xEC3, 0 ) );
|
||||
Add( new GenericBuyInfo( typeof( SkinningKnife ), 13, 20, 0xEC4, 0 ) );
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ namespace Server.Mobiles
|
|||
{
|
||||
public InternalBuyInfo()
|
||||
{
|
||||
|
||||
Add( new BeverageBuyInfo( typeof( BeverageBottle ), BeverageType.Ale, 7, 20, 0x99F, 0 ) );
|
||||
Add( new BeverageBuyInfo( typeof( BeverageBottle ), BeverageType.Wine, 7, 20, 0x9C7, 0 ) );
|
||||
Add( new BeverageBuyInfo( typeof( BeverageBottle ), BeverageType.Liquor, 7, 20, 0x99B, 0 ) );
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Server.Items;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue