Hide moth antenna and lizard frills with hardsuit helmets, fix lizard snouts not being hidden (#29214)

* inital

* Update ClothingSystem.cs

* Update helmets.yml
This commit is contained in:
Mr. 27
2024-06-19 20:09:44 -04:00
committed by GitHub
parent a8ad09ebf9
commit 872e927cc7
8 changed files with 34 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ public abstract class ClothingSystem : EntitySystem
foreach (HumanoidVisualLayers layer in layers)
{
if (!appearanceLayers.Contains(layer))
break;
continue;
InventorySystem.InventorySlotEnumerator enumerator = _invSystem.GetSlotEnumerator(equipee);