From 0981a29aeb2eca74dc862c89b76e40546da1e26f Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:14:11 -0400 Subject: [PATCH] noRo: true for asteroids (#20289) --- Resources/Prototypes/Entities/Structures/Walls/asteroid.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index 41aa8f8893..415eff5659 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -18,6 +18,7 @@ - type: SmoothEdge - type: Sprite sprite: Structures/Walls/rock.rsi + noRot: true layers: - state: rock_asteroid - map: [ "enum.EdgeLayer.South" ] -- 2.51.2