From 907403759c856f4486ca526c95e1f82008070f02 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 6 Mar 2024 02:33:20 +0100 Subject: [PATCH] Allow livestock and artifact crate to go under plastic flaps (#25862) --- .../Objects/Specific/Xenoarchaeology/artifact_equipment.yml | 2 +- .../Prototypes/Entities/Structures/Storage/Crates/crates.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml index 531a530441..4abeea3812 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml @@ -34,7 +34,7 @@ radius: 0.45 density: 50 mask: - - MachineMask + - SmallMobMask #this is so they can go under plastic flaps layer: - MachineLayer - type: Icon diff --git a/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml b/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml index c6117ae853..5ddd6fd57b 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml @@ -337,7 +337,7 @@ bounds: "-0.4,-0.4,0.4,0.29" density: 135 mask: - - LargeMobMask + - SmallMobMask #this is so they can go under plastic flaps layer: - LargeMobLayer - type: Construction -- 2.51.2