From 26747be232c364abcb4e43fb934c85ef0e3e1264 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 15 May 2024 01:57:23 +0200 Subject: [PATCH] Make hotplate and grill anchorable on table (#28026) Make hotplate and grill anchorable --- .../Prototypes/Entities/Structures/Machines/hotplate.yml | 4 +--- .../Prototypes/Entities/Structures/Machines/microwave.yml | 1 + .../Entities/Structures/Machines/reagent_grinder.yml | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/hotplate.yml b/Resources/Prototypes/Entities/Structures/Machines/hotplate.yml index 3764f13591..05cbb60ed3 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/hotplate.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/hotplate.yml @@ -15,9 +15,7 @@ mask: - TabletopMachineMask layer: - - Impassable - - MidImpassable - - LowImpassable + - TabletopMachineLayer hard: false - type: ApcPowerReceiver powerLoad: 300 diff --git a/Resources/Prototypes/Entities/Structures/Machines/microwave.yml b/Resources/Prototypes/Entities/Structures/Machines/microwave.yml index fe4eb14518..d78960030d 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/microwave.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/microwave.yml @@ -58,6 +58,7 @@ - TabletopMachineMask layer: - TabletopMachineLayer + hard: false - type: Sprite sprite: Structures/Machines/microwave.rsi drawdepth: SmallObjects diff --git a/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml b/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml index d6e7333313..9894a2691f 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml @@ -32,6 +32,7 @@ - TabletopMachineMask layer: - TabletopMachineLayer + hard: false - type: Sprite sprite: Structures/Machines/juicer.rsi drawdepth: SmallObjects -- 2.51.2