Fix magboots atmos wind protection (#7663)

This commit is contained in:
Leon Friedrich
2022-04-23 15:47:30 +12:00
committed by GitHub
parent 106adf9399
commit b7dacbd291

View File

@@ -26,7 +26,7 @@ namespace Content.Server.Clothing
if (TryComp(parent, out MovedByPressureComponent? movedByPressure))
{
movedByPressure.Enabled = state;
movedByPressure.Enabled = !state;
}
if (state)