From b410f4ba88a9d8696ee097472c3657d428e780a5 Mon Sep 17 00:00:00 2001 From: Zachary Yona <58833995+Magicalus@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:24:15 -0400 Subject: [PATCH] Stop nanotrasen sign from rotating (#31388) make snapCardinals false for the nanotrasen sign. Co-authored-by: Zachary Yona --- .../Entities/Structures/Wallmounts/Signs/signs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index 7911e63bfb..7560bc35ba 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -1235,6 +1235,7 @@ components: - type: Sprite state: nanotrasen_sign1 + snapCardinals: false - type: entity parent: BaseSign @@ -1244,6 +1245,7 @@ components: - type: Sprite state: nanotrasen_sign2 + snapCardinals: false - type: entity parent: BaseSign @@ -1253,6 +1255,7 @@ components: - type: Sprite state: nanotrasen_sign3 + snapCardinals: false - type: entity parent: BaseSign @@ -1262,6 +1265,7 @@ components: - type: Sprite state: nanotrasen_sign4 + snapCardinals: false - type: entity parent: BaseSign @@ -1271,6 +1275,7 @@ components: - type: Sprite state: nanotrasen_sign5 + snapCardinals: false - type: entity parent: BaseSign -- 2.51.2