Implanter draw rework (#32136)
* Initial commit * Clean-up * Fix ftl, new damage * ftl fix for real * Updates based on feedback * Child implant fix * Make the UI only open when implanter is in draw mode * Review fixes * shunting
This commit is contained in:
@@ -49,6 +49,13 @@ public sealed partial class SubdermalImplantComponent : Component
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public EntityWhitelist? Blacklist;
|
||||
|
||||
/// <summary>
|
||||
/// If set, this ProtoId is used when attempting to draw the implant instead.
|
||||
/// Useful if the implant is a child to another implant and you don't want to differentiate between them when drawing.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public EntProtoId? DrawableProtoIdOverride;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user