- add: database for genitals
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user