Borgs can now speak while in Crit (#21802)
* Borgs can speak while crit, also radio bug fix * Revert "Borgs can speak while crit, also radio bug fix" This reverts commit e1136ad781229cf5fc3cadcf70742168fc73d961. * Borgs can speak in crit + radio bug fix * Tied to a new generic component on SpeechComponent * Ignoring Speech Block via Component uses an event! * Remove debug logs and bypass if already true
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Content.Server.Speech.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed partial class UnblockableSpeechComponent : Component
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user