From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 14 May 2024 23:57:23 +0000 (+0200) Subject: Make hotplate and grill anchorable on table (#28026) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=26747be232c364abcb4e43fb934c85ef0e3e1264;p=space-station-14.git Make hotplate and grill anchorable on table (#28026) Make hotplate and grill anchorable --- 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