Document tags: M-Q (#41141)

* the letter M

* the letter N

* the letter O

* the letter P

* the letter q

* Update Resources/Prototypes/tags.yml

---------

Co-authored-by: iaada <iaada@users.noreply.github.com>
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
āda
2025-10-27 06:03:37 -05:00
committed by GitHub
parent 7427bf7971
commit 4e716a64b8
7 changed files with 117 additions and 144 deletions

View File

@@ -1,11 +1,11 @@
using Content.Shared.Tag;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
using Robust.Shared.Prototypes;
namespace Content.Shared.Mind.Components;
[RegisterComponent]
public sealed partial class TransferMindOnGibComponent : Component
{
[DataField("targetTag", customTypeSerializer: typeof(PrototypeIdSerializer<TagPrototype>))]
public string TargetTag = "MindTransferTarget";
[DataField]
public ProtoId<TagPrototype> TargetTag = "MindTransferTarget";
}