Чертежи

This commit is contained in:
BIGZi0348
2024-12-14 13:02:28 +03:00
parent 104bd691cb
commit 9fff4f22e4
18 changed files with 271 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ namespace Content.Shared.Lathe
public bool getUnavailable;
public List<ProtoId<LatheRecipePrototype>> Recipes = new();
public HashSet<ProtoId<LatheRecipePrototype>> Recipes = new(); // WD Ahead of wizden
public LatheGetRecipesEvent(EntityUid lathe, bool forced)
{