predict emag and make blessed record struct events (#13623)
This commit is contained in:
@@ -74,7 +74,7 @@ public sealed class FireAlarmSystem : EntitySystem
|
||||
}
|
||||
}
|
||||
|
||||
private void OnEmagged(EntityUid uid, FireAlarmComponent component, GotEmaggedEvent args)
|
||||
private void OnEmagged(EntityUid uid, FireAlarmComponent component, ref GotEmaggedEvent args)
|
||||
{
|
||||
if (TryComp<AtmosAlarmableComponent>(uid, out var alarmable))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user