From db76d85f3622f9b44304f5c47a4180475d710584 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 19 Nov 2023 23:27:44 +1100 Subject: [PATCH] Add PlacementReplacement to AsteroidRock (#21784) --- Resources/Prototypes/Entities/Structures/Walls/asteroid.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index e4235dc8ce..0e57907e91 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -7,6 +7,8 @@ suffix: Low Ore Yield description: A rocky asteroid. components: + - type: PlacementReplacement + key: walls - type: SoundOnGather - type: Gatherable whitelist: -- 2.51.2