Leaf maze demiplane + crayon update (#901)
* crayons update * Update workbench.yml * leaf maze demiplane * Update t2_leaf_maze.yml
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user