Stable merge for hotfix backport (#35412)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user