- add: database for genitals

This commit is contained in:
2024-02-16 21:21:19 +03:00
parent 52628d0393
commit c3e8e64fb8
14 changed files with 3907 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ using Robust.Shared.Prototypes;
namespace Content.Shared._Amour.Hole;
[RegisterComponent]
[RegisterComponent,NetworkedComponent]
public sealed partial class HoleContainerComponent : Component
{
public const string SlotName = "Funny";

View File

@@ -38,9 +38,9 @@ public abstract partial class SharedHoleSystem
return;
}
Log.Debug("ADDED " + protoId);
component.Layers[0].Color = color;
_containerSystem.Insert(spawned, entity.Comp.Slot);
Dirty(entity);
}
}