Disable SSD indicator for NPC (#20027)
* Make ActiveNPCComponent shared * Check if entity have ActiveNPC component * Make networked * Fix path * fix
This commit is contained in:
@@ -13,7 +13,7 @@ public sealed partial class SSDIndicatorComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[AutoNetworkedField]
|
||||
public bool IsSSD = true;
|
||||
public bool IsSSD = false;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("icon", customTypeSerializer: typeof(PrototypeIdSerializer<StatusIconPrototype>))]
|
||||
|
||||
Reference in New Issue
Block a user