Files
wwdpublic/Content.Server/Revolutionary/Components/CommandStaffComponent.cs
Theodore Lukin 67987bea25 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

(cherry picked from commit c78b5ae83d054e3111cce11c8ccf2febc22a4071)
2025-07-20 21:28:32 +10:00

14 lines
467 B
C#

namespace Content.Server.Revolutionary.Components;
/// <summary>
/// Component for tracking if someone is a Head of Staff. 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
{
public float PsionicBonusModifier = 1;
public float PsionicBonusOffset = 0.25f;
}
//TODO this should probably be on a mind role, not the mob