Some more hard-coded text removal
This commit is contained in:
@@ -12,6 +12,9 @@ namespace Barotrauma
|
||||
|
||||
public List<SkillPrefab> Skills;
|
||||
|
||||
//the number of these characters in the crew the player starts with
|
||||
public readonly int InitialCount;
|
||||
|
||||
public string Name
|
||||
{
|
||||
get;
|
||||
@@ -69,6 +72,8 @@ namespace Barotrauma
|
||||
MaxNumber = element.GetAttributeInt("maxnumber", 10);
|
||||
MinKarma = element.GetAttributeFloat("minkarma", 0.0f);
|
||||
|
||||
InitialCount = element.GetAttributeInt("initialcount", 0);
|
||||
|
||||
Commonness = element.GetAttributeInt("commonness", 10);
|
||||
|
||||
AllowAlways = element.GetAttributeBool("allowalways", false);
|
||||
|
||||
Reference in New Issue
Block a user