Files
tbd-station-14/Content.Server/Revolutionary/Components/CommandStaffComponent.cs
Theodore Lukin c78b5ae83d Fix warden being and qm being not considered head for tot kill head objective (#32721)
* fixed warden being and qm being not considered head for traitor kill head objective

* fixed hypothetical warden traitor not getting disk objective

* change suggested by deltanedas

* cleanup

* cleanup

* fix

* changed as suggested

* removed a dot in the comment

* removed an empty line

* reformulation
2024-10-18 11:43:05 +02:00

13 lines
353 B
C#

namespace Content.Server.Revolutionary.Components;
/// <summary>
/// Given to heads at round start. Used for assigning traitors to kill heads and for revs to check if the heads died or not.
/// </summary>
[RegisterComponent]
public sealed partial class CommandStaffComponent : Component
{
}
//TODO this should probably be on a mind role, not the mob