jayates
Member
Can 2 main skills be added to a craft? Such Cooking & exa:Lumberjacking?
I tried just putting a comma after SkillName Cooking and then adding Lumberjacking but it didn't work. Is this even possible?
I've searched alot and couldn't find anything supporting this.
public class DefCustomCooking : CraftSystem
{
public override SkillName MainSkill
{
get
{
return SkillName.Cooking;
}
}
I tried just putting a comma after SkillName Cooking and then adding Lumberjacking but it didn't work. Is this even possible?
I've searched alot and couldn't find anything supporting this.
public class DefCustomCooking : CraftSystem
{
public override SkillName MainSkill
{
get
{
return SkillName.Cooking;
}
}