prevents revenant harvesting and soul searching from stacking (#10567)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Nemanja
2022-08-14 01:59:26 -04:00
committed by GitHub
parent 572a4f7fb3
commit 71e5f34d84
2 changed files with 18 additions and 0 deletions

View File

@@ -207,6 +207,8 @@ public sealed class SoulSearchDoAfterComplete : EntityEventArgs
}
}
public sealed class SoulSearchDoAfterCancelled : EntityEventArgs { }
public sealed class HarvestDoAfterComplete : EntityEventArgs
{
public readonly EntityUid Target;