feat: Adds option for houses to face east with proper calculations (#2204)
This commit is contained in:
parent
4e23a8e205
commit
7fc98498e4
4 changed files with 101 additions and 64 deletions
|
|
@ -100,6 +100,8 @@ namespace Server.Multis
|
|||
[CommandProperty(AccessLevel.GameMaster)]
|
||||
public bool RestrictDecay { get; set; }
|
||||
|
||||
public virtual Direction HouseDirection => Direction.South;
|
||||
|
||||
public virtual TimeSpan DecayPeriod => TimeSpan.FromDays(5.0);
|
||||
|
||||
public virtual DecayType DecayType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue