This commit is contained in:
parent
c63a5f13fa
commit
2204d5fb86
86 changed files with 1077 additions and 257 deletions
|
|
@ -17,6 +17,8 @@ namespace Server.Multis
|
|||
|
||||
public override void AddComponents()
|
||||
{
|
||||
BaseCreature bc;
|
||||
|
||||
IronGate gate = new IronGate( DoorFacing.EastCCW );
|
||||
m_Gate = gate;
|
||||
|
||||
|
|
@ -46,6 +48,8 @@ namespace Server.Multis
|
|||
case 1: m_Prisoner = new SeekerOfAdventure(); break;
|
||||
}
|
||||
|
||||
bc = (BaseCreature)m_Prisoner;
|
||||
bc.IsPrisoner = true;
|
||||
m_Prisoner.YellHue = Utility.RandomList( 0x57, 0x67, 0x77, 0x87, 0x117 );
|
||||
|
||||
AddMobile( m_Prisoner, 2, -2, 0, 0 );
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ namespace Server.Multis
|
|||
|
||||
public override void AddComponents()
|
||||
{
|
||||
BaseCreature bc;
|
||||
|
||||
IronGate gate = new IronGate( DoorFacing.EastCCW );
|
||||
m_Gate = gate;
|
||||
|
||||
|
|
@ -46,6 +48,8 @@ namespace Server.Multis
|
|||
case 1: m_Prisoner = new SeekerOfAdventure(); break;
|
||||
}
|
||||
|
||||
bc = (BaseCreature)m_Prisoner;
|
||||
bc.IsPrisoner = true;
|
||||
m_Prisoner.YellHue = Utility.RandomList( 0x57, 0x67, 0x77, 0x87, 0x117 );
|
||||
|
||||
AddMobile( m_Prisoner, 2, -2, 0, 0 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue