Added some husk chems to the subs, attack key is included in the default config, fixed character and wiring modes crashing the game
This commit is contained in:
@@ -508,13 +508,12 @@ namespace Barotrauma
|
||||
|
||||
Properties = ObjectProperty.GetProperties(this);
|
||||
|
||||
Info = characterInfo;
|
||||
if (file == humanConfigFile && characterInfo == null)
|
||||
{
|
||||
Info = new CharacterInfo(file);
|
||||
}
|
||||
|
||||
Info = characterInfo;
|
||||
|
||||
XDocument doc = ToolBox.TryLoadXml(file);
|
||||
if (doc == null || doc.Root == null) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user