Quick fix for holofan and tiny fan (#12420)
Fixes https://github.com/space-wizards/space-station-14/issues/12411
This commit is contained in:
@@ -32,10 +32,6 @@ namespace Content.Server.Atmos.EntitySystems
|
|||||||
OnAirtightRotated(uid, airtight, ref moveEvent);
|
OnAirtightRotated(uid, airtight, ref moveEvent);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adding this component will immediately anchor the entity, because the atmos system
|
|
||||||
// requires airtight entities to be anchored for performance.
|
|
||||||
xform.Anchored = true;
|
|
||||||
|
|
||||||
UpdatePosition(airtight);
|
UpdatePosition(airtight);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
id: HolosignWetFloor
|
id: HolosignWetFloor
|
||||||
name: wet floor sign
|
name: wet floor sign
|
||||||
description: The words flicker as if they mean nothing.
|
description: The words flicker as if they mean nothing.
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
|
- type: Transform
|
||||||
|
anchored: true
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: Static
|
bodyType: Static
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
|||||||
@@ -6,6 +6,8 @@
|
|||||||
placement:
|
placement:
|
||||||
mode: SnapgridCenter
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
|
- type: Transform
|
||||||
|
anchored: true
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: Static
|
bodyType: Static
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
|||||||
Reference in New Issue
Block a user