Stable merge for hotfix backport (#35412)

This commit is contained in:
Pieter-Jan Briers
2025-02-23 02:15:34 +01:00
committed by GitHub
3 changed files with 20 additions and 14 deletions

View File

@@ -62,7 +62,7 @@ public abstract partial class SharedSiliconLawSystem : EntitySystem
args.Handled = true;
}
protected virtual void NotifyLawsChanged(EntityUid uid, SoundSpecifier? cue = null)
public virtual void NotifyLawsChanged(EntityUid uid, SoundSpecifier? cue = null)
{
}
@@ -71,6 +71,11 @@ public abstract partial class SharedSiliconLawSystem : EntitySystem
{
}
protected virtual void RemoveSubvertedSiliconRole(EntityUid mindId)
{
}
}
[ByRefEvent]