Blueprints (#31138)

* Blueprints

* Update tables_loot.yml

* doink

* mark as required
This commit is contained in:
Nemanja
2024-08-25 08:06:50 -04:00
committed by GitHub
parent f03fc585ba
commit 85b7d183bd
15 changed files with 259 additions and 5 deletions

View File

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