Deathrattle implant for uplink and slight tracking implant tweak (#17722)
This commit is contained in:
@@ -13,7 +13,7 @@ public sealed class TriggerOnMobstateChangeComponent : Component
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
[DataField("mobState", required: true)]
|
||||
public MobState MobState = MobState.Alive;
|
||||
public List<MobState> MobState = new();
|
||||
|
||||
/// <summary>
|
||||
/// If true, prevents suicide attempts for the trigger to prevent cheese.
|
||||
|
||||
Reference in New Issue
Block a user