Fix magboots atmos wind protection (#7663)
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Content.Server.Clothing
|
|||||||
|
|
||||||
if (TryComp(parent, out MovedByPressureComponent? movedByPressure))
|
if (TryComp(parent, out MovedByPressureComponent? movedByPressure))
|
||||||
{
|
{
|
||||||
movedByPressure.Enabled = state;
|
movedByPressure.Enabled = !state;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state)
|
if (state)
|
||||||
|
|||||||
Reference in New Issue
Block a user