This commit is contained in:
parent
8ff1a903a0
commit
14873aaa3e
78 changed files with 360 additions and 231 deletions
|
|
@ -3,11 +3,11 @@ using Server.Items;
|
|||
using Server.Mobiles;
|
||||
|
||||
namespace Server.Multis
|
||||
{
|
||||
{
|
||||
public class OrcCamp : BaseCamp
|
||||
{
|
||||
public virtual Mobile Orcs{ get{ return new Orc(); } }
|
||||
|
||||
|
||||
private Mobile m_Prisoner;
|
||||
|
||||
[Constructable]
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@ using Server.Items;
|
|||
using Server.Mobiles;
|
||||
|
||||
namespace Server.Multis
|
||||
{
|
||||
{
|
||||
public class RatCamp : BaseCamp
|
||||
{
|
||||
public virtual Mobile Ratmen{ get{ return new Ratman(); } }
|
||||
|
||||
|
||||
private Mobile m_Prisoner;
|
||||
|
||||
[Constructable]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue