Files
OldThink/Content.Server/Changeling/Objectives/Components/PickRandomIdentityComponent.cs
Aviu00 2e57cbf514 Ling fixes and tweaks (#259)
* - fix: Bees fix.

* - fix: Transform transfers body type.

* - fix: Chemcap is transfered on transform.

* - fix: Gulag objective actual fix.

* - fix: Fix escape with identity not working.

* - tweak: Fixes & objective tweaks.

* - tweak: More slowdown from ling armor.
2024-04-01 14:36:32 +03:00

9 lines
213 B
C#

namespace Content.Server.Changeling.Objectives.Components;
[RegisterComponent]
public sealed partial class PickRandomIdentityComponent : Component
{
[ViewVariables]
public string DNA = string.Empty;
}