More xeno artifacts effects (#6282)

This commit is contained in:
Alex Evgrashin
2022-02-07 05:26:10 +03:00
committed by GitHub
parent be7a770b78
commit 617f92df65
15 changed files with 299 additions and 23 deletions

View File

@@ -36,6 +36,7 @@ public class ArtifactSystem : EntitySystem
trigger.Owner = uid;
EntityManager.AddComponent(uid, trigger);
RaiseLocalEvent(uid, new RandomizeTriggerEvent());
}
public bool TryActivateArtifact(EntityUid uid, EntityUid? user = null,