Sure,
First you need a multi for your houseregion (to the best of my knowledge)
My Fiddler says that tent is 0x70
Then you go to Houses.cs in your Multi folder
public class Tent : BaseHouse
{
public static Rectangle2D[] AreaArray = new Rectangle2D[] { new Rectangle2D(0, 0, 0, 0) }; //...