We fly. Server time: [time

This commit is contained in:
xavier 2012-11-10 16:31:51 +00:00
parent 754877f880
commit bca9a25c75
28 changed files with 61 additions and 3 deletions

View file

@ -197,6 +197,8 @@ namespace Server.Items
Hue = Utility.RandomSlimeHue();
else if( m_Type == MonsterStatuetteType.RedDeath )
Hue = 0x21;
else if( m_Type == MonsterStatuetteType.HalloweenGhoul )
Hue = 0xF4;
}
public override bool HandlesOnMovement{ get{ return m_TurnedOn && IsLockedDown; } }