More blood (#514)
* - add: Some construct stuff. * - add: Some rune stuff. * - add: Unvisit. * - add: Better blood rites.
This commit is contained in:
@@ -7,6 +7,8 @@ public sealed class CultRuneInvokeEvent : EntityEventArgs
|
||||
public HashSet<EntityUid> Cultists { get; }
|
||||
public bool Result { get; set; }
|
||||
|
||||
public string? InvokePhraseOverride { get; set; } = null;
|
||||
|
||||
public CultRuneInvokeEvent(EntityUid rune, EntityUid user, HashSet<EntityUid> cultists)
|
||||
{
|
||||
Rune = rune;
|
||||
|
||||
Reference in New Issue
Block a user