We fly. Server time: [time
This commit is contained in:
parent
754877f880
commit
bca9a25c75
28 changed files with 61 additions and 3 deletions
|
|
@ -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; } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue