new v-props in baseregion, added butcherswarcleaver, runesabre, revised acid proof rope drop - should be rare.

This commit is contained in:
xavier 2013-03-09 23:12:01 +00:00
parent 3e36e18f91
commit c6ad1bb0a6
5 changed files with 57 additions and 10 deletions

View file

@ -7,7 +7,6 @@ using Server.Items;
using Server.Mobiles;
using Server.Gumps;
namespace Server.Regions
{
public enum SpawnZLevel
@ -20,6 +19,11 @@ namespace Server.Regions
public class BaseRegion : Region
{
public virtual bool YoungProtected { get { return true; } }
public virtual bool YoungMayEnter { get { return true; } }
public virtual bool MountsAllowed { get { return true; } }
public virtual bool DeadMayEnter { get { return true; } }
public virtual bool ResurrectionAllowed { get { return true; } }
public virtual bool LogoutAllowed { get { return true; } }
public static void Configure()
{