Deathrattle implant for uplink and slight tracking implant tweak (#17722)

This commit is contained in:
Arendian
2023-07-16 04:59:46 +02:00
committed by GitHub
parent 1096ecc4b2
commit 84bd21b4a7
11 changed files with 147 additions and 7 deletions

View File

@@ -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.