Unstable v0.19.5.0
This commit is contained in:
@@ -1548,6 +1548,7 @@ namespace Barotrauma
|
||||
element.Add(new XAttribute("description", Info.Description ?? ""));
|
||||
element.Add(new XAttribute("checkval", Rand.Int(int.MaxValue)));
|
||||
element.Add(new XAttribute("price", Info.Price));
|
||||
element.Add(new XAttribute("tier", Info.Tier));
|
||||
element.Add(new XAttribute("initialsuppliesspawned", Info.InitialSuppliesSpawned));
|
||||
element.Add(new XAttribute("noitems", Info.NoItems));
|
||||
element.Add(new XAttribute("lowfuel", !CheckFuel()));
|
||||
|
||||
Reference in New Issue
Block a user