Cuttable speaker wire for vending machines (#23873)

Implement SpeechWireAction
This commit is contained in:
Tayrtahn
2024-01-12 03:03:02 -05:00
committed by GitHub
parent b9f694ea59
commit b8de514237
6 changed files with 60 additions and 1 deletions

View File

@@ -19,7 +19,9 @@ namespace Content.Shared.Speech
if (component.Enabled == value)
return;
Dirty(component);
component.Enabled = value;
Dirty(uid, component);
}
private void OnSpeakAttempt(SpeakAttemptEvent args)