Fix blindness and UIs (#12326)

* fix part 1

* fix blindness and BUIs

* remove extra file
This commit is contained in:
Rane
2022-11-08 16:10:13 -05:00
committed by GitHub
parent 0b3038e1f6
commit 20032b5ecc
5 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
namespace Content.Server.Eye.Blinding
{
[RegisterComponent]
public sealed class ActivatableUIRequiresVisionComponent : Component
{
}
}