Leaf maze demiplane + crayon update (#901)

* crayons update

* Update workbench.yml

* leaf maze demiplane

* Update t2_leaf_maze.yml
This commit is contained in:
Ed
2025-02-15 17:49:05 +03:00
committed by GitHub
parent f839ffec0d
commit 02379e37f7
31 changed files with 486 additions and 64 deletions

View File

@@ -30,7 +30,7 @@ namespace Content.Client.Crayon.UI
private void PopulateCrayons()
{
var crayonDecals = _protoManager.EnumeratePrototypes<DecalPrototype>().Where(x => x.Tags.Contains("crayon"));
var crayonDecals = _protoManager.EnumeratePrototypes<DecalPrototype>().Where(x => x.Tags.Contains("CP14crayon")); //CP14 crayon
_menu?.Populate(crayonDecals.ToList());
}