прошу, боже, надеюсь я не накосячил с рецептами (#23)

* прошу, боже, надеюсь я не накосячил с рецептами

* Update structures.yml

* Update structures.yml

* blessed git

* huh

* meh
This commit is contained in:
Ed
2024-04-03 10:01:57 +03:00
committed by GitHub
parent 0bc1c31193
commit 84da0dd16d
33 changed files with 4997 additions and 4880 deletions

View File

@@ -155,6 +155,9 @@ namespace Content.Client.Construction.UI
if (recipe.Hide)
continue;
if (!recipe.CrystallPunkAllowed) //CrystallPunk clearing recipes
continue;
if (_playerManager.LocalSession == null
|| _playerManager.LocalEntity == null
|| (recipe.EntityWhitelist != null && !recipe.EntityWhitelist.IsValid(_playerManager.LocalEntity.Value)))