#W# Inn Room work.

This commit is contained in:
WarrentyExpired 2026-08-23 14:08:39 -04:00
parent 7104f56ebf
commit c43e016662
7 changed files with 487 additions and 22 deletions

View file

@ -7,7 +7,7 @@ namespace Server
{
public class CurrentExpansion
{
private static readonly Expansion Expansion = Expansion.TOL;
private static readonly Expansion Expansion = Expansion.AOS;
public static void Configure()
{
@ -20,7 +20,7 @@ namespace Server
bool Enabled = Core.AOS;
Mobile.InsuranceEnabled = Enabled;
Mobile.InsuranceEnabled = !Enabled;
ObjectPropertyList.Enabled = Enabled;
Mobile.VisibleDamageType = Enabled ? VisibleDamageType.Related : VisibleDamageType.None;
Mobile.GuildClickMessage = !Enabled;