Merge branch 'master' of https://github.com/Regalis11/Barotrauma into develop

This commit is contained in:
Evil Factory
2025-09-17 08:30:35 -03:00
121 changed files with 2582 additions and 635 deletions
@@ -1724,7 +1724,10 @@ namespace Barotrauma
GameMain.GameSession.EventManager.Load(subElement);
break;
case "unlockedrecipe":
GameMain.GameSession.UnlockRecipe(subElement.GetAttributeIdentifier("identifier", Identifier.Empty), showNotifications: false);
GameMain.GameSession.UnlockRecipe(
subElement.GetAttributeEnum("team", CharacterTeamType.Team1),
subElement.GetAttributeIdentifier("identifier", Identifier.Empty),
showNotifications: false);
break;
}
}