diff --git a/Scripts/Mobiles/Vendors/SBInfo/SBCarpenter.cs b/Scripts/Mobiles/Vendors/SBInfo/SBCarpenter.cs index 92dcbd123..f6f2789d5 100644 --- a/Scripts/Mobiles/Vendors/SBInfo/SBCarpenter.cs +++ b/Scripts/Mobiles/Vendors/SBInfo/SBCarpenter.cs @@ -49,7 +49,7 @@ namespace Server.Mobiles Add( typeof( MediumCrate ), 6 ); Add( typeof( LargeCrate ), 7 ); Add( typeof( WoodenChest ), 15 ); - + Add( typeof( LargeTable ), 10 ); Add( typeof( Nightstand ), 7 ); Add( typeof( YewWoodTable ), 10 ); diff --git a/Scripts/Mobiles/Vendors/SBInfo/SBCobbler.cs b/Scripts/Mobiles/Vendors/SBInfo/SBCobbler.cs index 5b3d18f93..e180ff184 100644 --- a/Scripts/Mobiles/Vendors/SBInfo/SBCobbler.cs +++ b/Scripts/Mobiles/Vendors/SBInfo/SBCobbler.cs @@ -19,12 +19,11 @@ namespace Server.Mobiles public class InternalBuyInfo : List { public InternalBuyInfo() - { - Add( new GenericBuyInfo( typeof( ThighBoots ), 15, 20, 0x1711, Utility.RandomNeutralHue() ) ); - Add( new GenericBuyInfo( typeof( Shoes ), 8, 20, 0x170f, Utility.RandomNeutralHue() ) ); + { + Add( new GenericBuyInfo( typeof( ThighBoots ), 15, 20, 0x1711, Utility.RandomNeutralHue() ) ); + Add( new GenericBuyInfo( typeof( Shoes ), 8, 20, 0x170f, Utility.RandomNeutralHue() ) ); Add( new GenericBuyInfo( typeof( Boots ), 10, 20, 0x170b, Utility.RandomNeutralHue() ) ); - Add( new GenericBuyInfo( typeof( Sandals ), 5, 20, 0x170d, Utility.RandomNeutralHue() ) ); - + Add( new GenericBuyInfo( typeof( Sandals ), 5, 20, 0x170d, Utility.RandomNeutralHue() ) ); } } diff --git a/Scripts/Mobiles/Vendors/SBInfo/SBMage.cs b/Scripts/Mobiles/Vendors/SBInfo/SBMage.cs index b4dccbe17..1b6e9cf16 100644 --- a/Scripts/Mobiles/Vendors/SBInfo/SBMage.cs +++ b/Scripts/Mobiles/Vendors/SBInfo/SBMage.cs @@ -21,7 +21,7 @@ namespace Server.Mobiles public InternalBuyInfo() { Add( new GenericBuyInfo( typeof( Spellbook ), 18, 10, 0xEFA, 0 ) ); - + if ( Core.AOS ) Add( new GenericBuyInfo( typeof( NecromancerSpellbook ), 115, 10, 0x2253, 0 ) ); @@ -39,7 +39,7 @@ namespace Server.Mobiles Add( new GenericBuyInfo( typeof( LesserHealPotion ), 15, 10, 0xF0C, 0 ) ); Add( new GenericBuyInfo( typeof( StrengthPotion ), 15, 10, 0xF09, 0 ) ); Add( new GenericBuyInfo( typeof( LesserPoisonPotion ), 15, 10, 0xF0A, 0 ) ); - Add( new GenericBuyInfo( typeof( LesserCurePotion ), 15, 10, 0xF07, 0 ) ); + Add( new GenericBuyInfo( typeof( LesserCurePotion ), 15, 10, 0xF07, 0 ) ); Add( new GenericBuyInfo( typeof( LesserExplosionPotion ), 21, 10, 0xF0D, 0 ) ); Add( new GenericBuyInfo( typeof( BlackPearl ), 5, 20, 0xF7A, 0 ) ); @@ -109,9 +109,8 @@ namespace Server.Mobiles for ( int i = 0; i < types.Length; ++i ) Add( types[i], ((i / 8) + 2) * 2 ); - if ( Core.SE ) - { + { Add( typeof( ExorcismScroll ), 3 ); Add( typeof( AnimateDeadScroll ), 8 ); Add( typeof( BloodOathScroll ), 8 ); @@ -129,9 +128,8 @@ namespace Server.Mobiles Add( typeof( WitherScroll ), 16 ); Add( typeof( VampiricEmbraceScroll ), 20 ); Add( typeof( VengefulSpiritScroll ), 20 ); + } } - } } - } } \ No newline at end of file diff --git a/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBRangedWeapon.cs b/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBRangedWeapon.cs index acb304ee2..e0d8981e1 100644 --- a/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBRangedWeapon.cs +++ b/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBRangedWeapon.cs @@ -46,7 +46,7 @@ namespace Server.Mobiles Add( typeof( HeavyCrossbow ), 27 ); Add( typeof( Bow ), 17 ); - Add( typeof( Crossbow ), 25 ); + Add( typeof( Crossbow ), 25 ); if( Core.AOS ) {