15 return EClass.sources.categories.map[this.idCat];
21 public override string RefDrama2
25 return this.Cat.GetName();
30 public override bool IsDestThing(
Thing t)
32 return !t.c_isImportant && !t.isEquipped && t.category.IsChildOf(this.idCat) && t.things.Count == 0;
37 public override string NameDeliver
41 return this.Cat.GetName();
46 public override void SetIdThing()
49 where c._parent ==
"meal"
50 select c).ToList<SourceCategory.Row>();
55 public override string GetTextProgress()
57 string @ref = (this.GetDestThing() !=
null) ?
"supplyInInv".lang().TagColor(FontColor.Good,
null) :
"supplyNotInInv".lang();
58 return "progressSupply".lang(this.Cat.GetName(), @ref,
null,
null,
null);