new v-props in baseregion, added butcherswarcleaver, runesabre, revised acid proof rope drop - should be rare.
This commit is contained in:
parent
3e36e18f91
commit
c6ad1bb0a6
5 changed files with 57 additions and 10 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue