This commit is contained in:
mark 2012-11-10 20:06:36 +00:00
parent 8ff1a903a0
commit 14873aaa3e
78 changed files with 360 additions and 231 deletions

View file

@ -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]

View file

@ -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]