From bbbf7172a95f19e136b64537ead1ef0be1ba9647 Mon Sep 17 00:00:00 2001 From: Ed Date: Sat, 20 Apr 2024 14:54:01 +0300 Subject: [PATCH] fixes --- Resources/Maps/_CP14/meteor-arena.yml | 2 +- .../Prototypes/_CP14/Entities/Structures/Furniture/barrel.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/Maps/_CP14/meteor-arena.yml b/Resources/Maps/_CP14/meteor-arena.yml index c842beb152..a0d895e740 100644 --- a/Resources/Maps/_CP14/meteor-arena.yml +++ b/Resources/Maps/_CP14/meteor-arena.yml @@ -984,7 +984,7 @@ entities: - type: Transform pos: -0.5,-0.5 parent: 2 -- proto: CPSpawnPointAdventurer +- proto: CP14SpawnPointAdventurer entities: - uid: 99 components: diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/barrel.yml b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/barrel.yml index 6393a55cce..566ea5a47a 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/barrel.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/barrel.yml @@ -6,6 +6,8 @@ name: wooden barrel suffix: Empty description: The simplest design for storing liquids. + placement: + mode: PlaceFree components: - type: Transform noRot: true @@ -16,7 +18,7 @@ fix1: shape: !type:PhysShapeAabb - bounds: "-0.4,-0.4,0.4,0.4" + bounds: "-0.3,-0.3,0.3,0.3" density: 155 mask: - MachineMask