From 3c764166eee4e88e304af261a1d183f99b51fc7f Mon Sep 17 00:00:00 2001 From: Vordenburg <114301317+Vordenburg@users.noreply.github.com> Date: Sun, 1 Jan 2023 23:21:34 -0500 Subject: [PATCH] Allow fax machines on top of tables. (#13276) --- .../Prototypes/Entities/Structures/Machines/fax_machine.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/fax_machine.yml b/Resources/Prototypes/Entities/Structures/Machines/fax_machine.yml index 684b1690df..06ccfa868f 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/fax_machine.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/fax_machine.yml @@ -6,6 +6,7 @@ components: - type: Sprite sprite: Structures/Machines/fax_machine.rsi + drawdepth: SmallObjects netsync: false layers: - state: icon @@ -23,9 +24,9 @@ bounds: "-0.25,-0.25,0.25,0.25" density: 25 mask: - - MachineMask + - TabletopMachineMask layer: - - MachineLayer + - TabletopMachineLayer - type: ActivatableUI key: enum.FaxUiKey.Key - type: ActivatableUIRequiresPower