1using System.Collections.Generic;
19 List<Chara> members = b.
members;
29 int count = members.Count;
41 text = text +
"happiness".lang() +
": " +
happiness +
"\n";
42 text = text + EClass.pc.hunger.name +
": " +
hunger +
"\n";
43 text = text + EClass.pc.stamina.name +
": " +
fatigue +
"\n";
44 text = text + EClass.pc.depression.name +
": " +
depression +
"\n";
45 text = text + EClass.pc.bladder.name +
": " +
bladder +
"\n";
46 return text + EClass.pc.hygiene.name +
": " +
hygine;
HappinessSummary(FactionBranch b)